Release 2018.1.0

First release of Meshroom, based on AliceVision 2.0.0.
This commit is contained in:
Yann Lanthony 2018-08-09 12:20:29 +02:00
parent 14780157c5
commit 6cd0522183
2 changed files with 10 additions and 1 deletions

9
CHANGES.md Normal file
View file

@ -0,0 +1,9 @@
# Meshroom Changelog
For algorithmic changes related to the photogrammetric pipeline,
please refer to [AliceVision changelog](https://github.com/alicevision/AliceVision/blob/develop/CHANGES.md).
## Release 2018.1.0
First release of Meshroom.
Based on [AliceVision 2.0.0](https://github.com/alicevision/AliceVision/tree/v2.0.0).

View file

@ -1,4 +1,4 @@
__version__ = "2018.1"
__version__ = "2018.1.0"
import logging
from enum import Enum