Version bump to 3.5.14.dev1

This commit is contained in:
Jakub Kuczys 2024-08-27 02:12:58 +02:00
parent 61ec913789
commit 8be7b0850c
No known key found for this signature in database
GPG Key ID: 9F02686F15FCBCD3

View File

@ -339,7 +339,7 @@ def _early_init():
# This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`)
_VERSION = "3.5.13"
_VERSION = "3.5.14.dev1"
__version__, version_info = VersionInfo._get_version()