Development on 2.2.57.dev1

This commit is contained in:
grossmj 2026-01-24 16:53:43 +08:00
parent 27fbe37375
commit ef2cf277c1
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

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.56"
__version_info__ = (2, 2, 56, 0)
__version__ = "2.2.57.dev1"
__version_info__ = (2, 2, 56, 99)
if "dev" in __version__:
try: