Skip to content

Commit

Permalink
Merge pull request #1953 from alicevision/start2023.2
Browse files Browse the repository at this point in the history
Start Development Version 2023.2.0
  • Loading branch information
fabiencastan committed Apr 6, 2023
2 parents 236235a + 65b3d87 commit 13135a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meshroom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ class VersionStatus(Enum):
release = 1
develop = 2

__version__ = "2023.1.0"
__version__ = "2023.2.0"
# Always increase the minor version when switching from release to develop.
__version_status__ = VersionStatus.release
__version_status__ = VersionStatus.develop

if __version_status__ is VersionStatus.develop:
__version__ += "-" + __version_status__.name
Expand Down

0 comments on commit 13135a4

Please sign in to comment.