Skip to content

Commit e2b9e87

Browse files
committed
[release] Update version to "2026.1.0" and status to "develop"
1 parent 024b6f3 commit e2b9e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meshroom/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ class VersionStatus(Enum):
1010
develop = 2
1111

1212

13-
__version__ = "2025.1.0"
13+
__version__ = "2026.1.0"
1414
# Always increase the minor version when switching from release to develop.
15-
__version_status__ = VersionStatus.release
15+
__version_status__ = VersionStatus.develop
1616

1717
if __version_status__ is VersionStatus.develop:
1818
__version__ += "-" + __version_status__.name

0 commit comments

Comments
 (0)