mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-04 11:51:58 +02:00
[release] Update version 2023.3 status to "release"
This commit is contained in:
parent
3f25e36a75
commit
813878df9c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class VersionStatus(Enum):
|
||||||
|
|
||||||
__version__ = "2023.3.0"
|
__version__ = "2023.3.0"
|
||||||
# Always increase the minor version when switching from release to develop.
|
# Always increase the minor version when switching from release to develop.
|
||||||
__version_status__ = VersionStatus.develop
|
__version_status__ = VersionStatus.release
|
||||||
|
|
||||||
if __version_status__ is VersionStatus.develop:
|
if __version_status__ is VersionStatus.develop:
|
||||||
__version__ += "-" + __version_status__.name
|
__version__ += "-" + __version_status__.name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue