Release v2.2.35

This commit is contained in:
grossmj
2022-11-08 23:40:25 +08:00
parent 338128ca3e
commit 1aca7dbe04
3 changed files with 18 additions and 3 deletions

View File

@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.2.35.dev2"
__version_info__ = (2, 2, 35, 99)
__version__ = "2.2.35"
__version_info__ = (2, 2, 35, 0)
if "dev" in __version__:
try: