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 1478015 commit 6cd0522Copy full SHA for 6cd0522
CHANGES.md
@@ -0,0 +1,9 @@
1
+# Meshroom Changelog
2
+
3
+For algorithmic changes related to the photogrammetric pipeline,
4
+please refer to [AliceVision changelog](https://github.com/alicevision/AliceVision/blob/develop/CHANGES.md).
5
6
+## Release 2018.1.0
7
8
+ First release of Meshroom.
9
+ Based on [AliceVision 2.0.0](https://github.com/alicevision/AliceVision/tree/v2.0.0).
meshroom/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "2018.1"
+__version__ = "2018.1.0"
import logging
from enum import Enum
0 commit comments