Skip to content

Commit 6cd0522

Browse files
committed
Release 2018.1.0
First release of Meshroom, based on AliceVision 2.0.0.
1 parent 1478015 commit 6cd0522

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2018.1"
1+
__version__ = "2018.1.0"
22

33
import logging
44
from enum import Enum

0 commit comments

Comments
 (0)