We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b151875 commit be8265fCopy full SHA for be8265f
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='tstl',
7
- version='1.2.33',
+ version='1.2.34',
8
description='Template scripting testing language (TSTL)',
9
long_description_content_type="text/markdown",
10
long_description=open('README.md').read(),
tstl/harnessmaker.py
@@ -445,7 +445,7 @@ def main():
445
baseIndent = " "
446
447
if "-v" in sys.argv or "--version" in sys.argv:
448
- print("TSTL, version 1.2.33")
+ print("TSTL, version 1.2.34")
449
print("Documentation at https://github.com/agroce/tstl")
450
sys.exit(0)
451
0 commit comments