Skip to content

Commit fc28636

Browse files
committed
[release] Update version to 2020.1.1
Update changelog
1 parent 12d80ac commit fc28636

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
For algorithmic changes related to the photogrammetric pipeline,
44
please refer to [AliceVision changelog](https://github.com/alicevision/AliceVision/blob/develop/CHANGES.md).
55

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+
613
## Release 2020.1.0 (2020.10.09)
714

815
Based on [AliceVision 2.3.0](https://github.com/alicevision/AliceVision/tree/v2.3.0).

meshroom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2020.1.0"
1+
__version__ = "2020.1.1"
22
__version_name__ = __version__
33

44
from distutils import util

0 commit comments

Comments
 (0)