File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ Change Log
4
4
[ next] - TBA
5
5
------------
6
6
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
+
7
14
[ 3.36.0] - 2023-09-08
8
15
--------------------
9
16
##### Enhancements
@@ -1822,7 +1829,8 @@ Change Log
1822
1829
* Initial version based on Python 1.5.2 and Qt 2.3
1823
1830
1824
1831
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
1826
1834
[ 3.36.0 ] : https://github.com/biolab/orange3/compare/3.35.0...3.36.0
1827
1835
[ 3.35.0 ] : https://github.com/biolab/orange3/compare/3.34.1...3.35.0
1828
1836
[ 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 36
36
37
37
NAME = 'Orange3'
38
38
39
- VERSION = '3.37.0 '
40
- ISRELEASED = False
39
+ VERSION = '3.36.1 '
40
+ ISRELEASED = True
41
41
# full version identifier including a git revision identifier for development
42
42
# build/releases (this is filled/updated in `write_version_py`)
43
43
FULLVERSION = VERSION
You can’t perform that action at this time.
0 commit comments