Update current version from "2024.1.0" to "2025.1.0"

This commit is contained in:
Candice Bentéjac 2025-01-06 16:05:19 +01:00
parent f8f549accc
commit 5e98c9427b

View file

@ -10,7 +10,7 @@ class VersionStatus(Enum):
develop = 2
__version__ = "2024.1.0"
__version__ = "2025.1.0"
# Always increase the minor version when switching from release to develop.
__version_status__ = VersionStatus.develop