prepare 1.61 (#2715)

* update changelog for 1.61

* adapt hints in version-helper

* bump version to 1.61.0
This commit is contained in:
bjoern
2021-10-03 17:53:15 +02:00
committed by GitHub
parent b18bdd1b00
commit 1ee19bf3ca
5 changed files with 36 additions and 8 deletions

View File

@@ -86,6 +86,8 @@ def main():
print("")
print(" git tag -a {}".format(newversion))
print(" git push origin {}".format(newversion))
print(" git tag -a py-{}".format(newversion))
print(" git push origin py-{}".format(newversion))
print("")