File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,12 @@ Change Log
33
44[ next] - TBA
55------------
6- * ...
6+
7+ [ 3.29.3] - 2021-06-09
8+ --------------------
9+ ##### Bugfixes
10+ * Create Class: fix incorrect value assignment
11+
712
813[ 3.29.2] - 2021-06-08
914--------------------
@@ -1562,7 +1567,8 @@ Change Log
15621567* Initial version based on Python 1.5.2 and Qt 2.3
15631568
15641569
1565- [ next ] : https://github.com/biolab/orange3/compare/3.29.2...HEAD
1570+ [ next ] : https://github.com/biolab/orange3/compare/3.29.3...HEAD
1571+ [ 3.29.3 ] : https://github.com/biolab/orange3/compare/3.29.2...3.29.3
15661572[ 3.29.2 ] : https://github.com/biolab/orange3/compare/3.29.1...3.29.2
15671573[ 3.29.1 ] : https://github.com/biolab/orange3/compare/3.29.0...3.29.1
15681574[ 3.29.0 ] : https://github.com/biolab/orange3/compare/3.28.0...3.29.0
Original file line number Diff line number Diff line change 3737
3838NAME = 'Orange3'
3939
40- VERSION = '3.30.0 '
41- ISRELEASED = False
40+ VERSION = '3.29.3 '
41+ ISRELEASED = True
4242# full version identifier including a git revision identifier for development
4343# build/releases (this is filled/updated in `write_version_py`)
4444FULLVERSION = VERSION
You can’t perform that action at this time.
0 commit comments