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 12d80ac commit fc28636Copy full SHA for fc28636
2 files changed
CHANGES.md
@@ -3,6 +3,13 @@
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 2020.1.1 (2020.10.14)
7
+
8
+Based on [AliceVision 2.3.1](https://github.com/alicevision/AliceVision/tree/v2.3.1).
9
10
+ - [core] Fix crashes on process statistics (windows-only) [PR](https://github.com/alicevision/meshroom/pull/1096)
11
12
13
## Release 2020.1.0 (2020.10.09)
14
15
Based on [AliceVision 2.3.0](https://github.com/alicevision/AliceVision/tree/v2.3.0).
meshroom/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2020.1.0"
+__version__ = "2020.1.1"
2
__version_name__ = __version__
from distutils import util
0 commit comments