Skip to content

Commit

Permalink
Updated version to 0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bakwc committed Jan 31, 2023
1 parent f4fc3aa commit ee0a3a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[coverage-image]: https://coveralls.io/repos/github/bakwc/PySyncObj/badge.svg?branch=master
[coverage]: https://coveralls.io/github/bakwc/PySyncObj?branch=master

[release-image]: https://img.shields.io/badge/release-0.3.11-blue.svg?style=flat
[release-image]: https://img.shields.io/badge/release-0.3.12-blue.svg?style=flat
[releases]: https://github.com/bakwc/PySyncObj/releases

[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.3.11'
version = u'0.3.12'
# The full version, including alpha/beta/rc tags.
release = u'0.3.11'
release = u'0.3.12'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pysyncobj/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.3.11'
VERSION = '0.3.12'

0 comments on commit ee0a3a8

Please sign in to comment.