[release] Release version 2023.1.0 and update version label/status

Add new version status: release/develop
Update version label in develop status with explicit branch and
packaging versions labels
This commit is contained in:
Fabien Castan 2023-03-22 12:29:31 +01:00
parent fa69c21727
commit 5943c68a93
2 changed files with 36 additions and 16 deletions

View file

@ -108,7 +108,7 @@ class MeshroomApp(QApplication):
self.setOrganizationName('AliceVision')
self.setApplicationName('Meshroom')
self.setApplicationVersion(meshroom.__version_name__)
self.setApplicationVersion(meshroom.__version_label__)
font = self.font()
font.setPointSize(9)