1 parent 772b995 commit 167eabcCopy full SHA for 167eabc
2 files changed
docs/conf.py
@@ -45,9 +45,9 @@
45
# built documents.
46
#
47
# The short X.Y version.
48
-version = '1.2.8'
+version = '1.2.9'
49
# The full version, including alpha/beta/rc tags.
50
-release = '1.2.8'
+release = '1.2.9'
51
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
# for a list of supported languages.
python_toolbox/__init__.py
@@ -13,7 +13,7 @@
13
14
import python_toolbox.version_info
15
16
-__version__ = '1.2.8'
+__version__ = '1.2.9'
17
__version_info__ = python_toolbox.version_info.VersionInfo(
18
*(map(int, __version__.split('.')))
19
)
0 commit comments