Skip to content

Commit 167eabc

Browse files
committed
Bump version to 1.2.9
1 parent 772b995 commit 167eabc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '1.2.8'
48+
version = '1.2.9'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.2.8'
50+
release = '1.2.9'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

python_toolbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import python_toolbox.version_info
1515

16-
__version__ = '1.2.8'
16+
__version__ = '1.2.9'
1717
__version_info__ = python_toolbox.version_info.VersionInfo(
1818
*(map(int, __version__.split('.')))
1919
)

0 commit comments

Comments
 (0)