diff --git a/CHANGELOG.md b/CHANGELOG.md index 028b5a3210f..9ca2833cb5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ Change Log ------------ * ... +[3.29.1] - 2021-05-31 +-------------------- + [3.29.0] - 2021-05-28 -------------------- ##### Enhancements @@ -1552,7 +1555,8 @@ Change Log * Initial version based on Python 1.5.2 and Qt 2.3 -[next]: https://github.com/biolab/orange3/compare/3.29.0...HEAD +[next]: https://github.com/biolab/orange3/compare/3.29.1...HEAD +[3.29.1]: https://github.com/biolab/orange3/compare/3.29.0...3.29.1 [3.29.0]: https://github.com/biolab/orange3/compare/3.28.0...3.29.0 [3.28.0]: https://github.com/biolab/orange3/compare/3.27.1...3.28.0 [3.27.1]: https://github.com/biolab/orange3/compare/3.27.0...3.27.1 diff --git a/setup.py b/setup.py index 596b2e09d75..4a27f16aeee 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ NAME = 'Orange3' -VERSION = '3.29.0' +VERSION = '3.29.1' ISRELEASED = True # full version identifier including a git revision identifier for development # build/releases (this is filled/updated in `write_version_py`)