mirror of
https://github.com/jopohl/urh.git
synced 2026-02-20 01:31:18 +01:00
blacken version.py
This commit is contained in:
@@ -58,7 +58,7 @@ def release():
|
||||
|
||||
for line in fileinput.input(version_file, inplace=True):
|
||||
if line.startswith("VERSION"):
|
||||
line = 'VERSION = "{0}" \n'.format(cur_version)
|
||||
line = 'VERSION = "{0}"\n'.format(cur_version)
|
||||
print(line, end="")
|
||||
|
||||
# Publish new version number
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
VERSION = "2.9.6"
|
||||
VERSION = "2.9.6"
|
||||
|
||||
if __name__ == "__main__":
|
||||
# To read out version easy on command line for InnoSetup
|
||||
|
||||
Reference in New Issue
Block a user