Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 8c5e708

Browse files
committed
Bumped version to v1.5.2
1 parent dd7ba83 commit 8c5e708

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def _LatestTagName():
4545

4646
# The full version, including alpha/beta/rc tags
4747
version = "1.5" # The short X.Y version.
48-
release = "1.5.1" # The full version, including alpha/beta/rc tags.
48+
release = "1.5.2" # The full version, including alpha/beta/rc tags.
4949
try:
5050
if _IsUnderGitControl:
5151
latestTagName = _LatestTagName()[1:] # remove prefix "v"

pyTooling/TerminalUI/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from pyTooling.MetaClasses import Singleton
3737

3838

39-
__version__ = "1.5.1"
39+
__version__ = "1.5.2"
4040

4141

4242
@export

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
gitHubNamespace = "pyTooling"
3939
projectName = "TerminalUI"
4040
projectNameWithPrefix = "pyTooling." + projectName
41-
version = "1.5.1"
41+
version = "1.5.2"
4242

4343
# Read README for upload to PyPI
4444
readmeFile = Path("README.md")

0 commit comments

Comments
 (0)