From 6cd052218360fc5f39eeb31d38539e656b3854b5 Mon Sep 17 00:00:00 2001 From: Yann Lanthony Date: Thu, 9 Aug 2018 12:20:29 +0200 Subject: [PATCH] Release 2018.1.0 First release of Meshroom, based on AliceVision 2.0.0. --- CHANGES.md | 9 +++++++++ meshroom/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000000..2e7cb3a958 --- /dev/null +++ b/CHANGES.md @@ -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). \ No newline at end of file diff --git a/meshroom/__init__.py b/meshroom/__init__.py index d5d4f8e679..78d9816eb2 100644 --- a/meshroom/__init__.py +++ b/meshroom/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2018.1" +__version__ = "2018.1.0" import logging from enum import Enum