Skip to content

Commit e18f041

Browse files
author
Justin Boswell
committed
Need a commit to differentiate 0.5.16 and 0.5.18
1 parent baafb8c commit e18f041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

continuous-delivery/update-version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
with open(setup_path, 'w') as setup_py:
1919
setup_py.write(contents)
2020

21-
setup = contents[contents.rfind('setuptools.setup'):]
22-
print(setup)
21+
# setup = contents[contents.rfind('setuptools.setup'):]
22+
# print(setup)

0 commit comments

Comments
 (0)