File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ Change Log
44[ next] - TBA
55------------
66
7+ [ 3.36.1] - 2023-09-22
8+ --------------------
9+ ##### Bugfixes
10+ * Distributions: Fix selection output ([ #6578 ] ( ../../pull/6578 ) )
11+ * Datasets: save selected dataset platform independently ([ #6575 ] ( ../../pull/6575 ) )
12+
13+
714[ 3.36.0] - 2023-09-08
815--------------------
916##### Enhancements
@@ -1822,7 +1829,8 @@ Change Log
18221829* Initial version based on Python 1.5.2 and Qt 2.3
18231830
18241831
1825- [ next ] : https://github.com/biolab/orange3/compare/3.35.0..HEAD
1832+ [ next ] : https://github.com/biolab/orange3/compare/3.36.1..HEAD
1833+ [ 3.36.1 ] : https://github.com/biolab/orange3/compare/3.36.0...3.36.1
18261834[ 3.36.0 ] : https://github.com/biolab/orange3/compare/3.35.0...3.36.0
18271835[ 3.35.0 ] : https://github.com/biolab/orange3/compare/3.34.1...3.35.0
18281836[ 3.34.1 ] : https://github.com/biolab/orange3/compare/3.34.0...3.34.1
Original file line number Diff line number Diff line change 3636
3737NAME = 'Orange3'
3838
39- VERSION = '3.37.0 '
40- ISRELEASED = False
39+ VERSION = '3.36.1 '
40+ ISRELEASED = True
4141# full version identifier including a git revision identifier for development
4242# build/releases (this is filled/updated in `write_version_py`)
4343FULLVERSION = VERSION
You can’t perform that action at this time.
0 commit comments