We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f25e36 commit 813878dCopy full SHA for 813878d
meshroom/__init__.py
@@ -10,7 +10,7 @@ class VersionStatus(Enum):
10
11
__version__ = "2023.3.0"
12
# Always increase the minor version when switching from release to develop.
13
-__version_status__ = VersionStatus.develop
+__version_status__ = VersionStatus.release
14
15
if __version_status__ is VersionStatus.develop:
16
__version__ += "-" + __version_status__.name
0 commit comments