Skip to content

Commit

Permalink
more partial compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
agroce committed Dec 4, 2020
1 parent 82ca021 commit 2b78286
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions examples/vyper/vyper.tstl
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,6 @@ property: vyhelper.run(<cdecls> + <vardecls> + <funcdecls>)
property: vyhelper.run(<vardecls> + <funcdecls>)
property: vyhelper.run(<cdecls> + <funcdecls>)
property: vyhelper.run(<funcdecls>)
property: vyhelper.run(<cdecls>)
property: vyhelper.run(<vardecls>)
property: vyhelper.run(<cdecls> + <vardecls>)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='tstl',
version='1.2.34',
version='1.2.35',
description='Template scripting testing language (TSTL)',
long_description_content_type="text/markdown",
long_description=open('README.md').read(),
Expand Down
2 changes: 1 addition & 1 deletion tstl/harnessmaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def main():
baseIndent = " "

if "-v" in sys.argv or "--version" in sys.argv:
print("TSTL, version 1.2.34")
print("TSTL, version 1.2.35")
print("Documentation at https://github.com/agroce/tstl")
sys.exit(0)

Expand Down

0 comments on commit 2b78286

Please sign in to comment.