File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ Change Log
4
4
[ next] - TBA
5
5
------------
6
6
7
+
8
+ [ 3.36.2] - 2023-10-31
9
+ --------------------
10
+ ##### Enhancements
11
+ * oweditdomain: Add variable filter ([ #6603 ] ( ../../pull/6603 ) )
12
+ * IO - Change origin attribute when not find on system ([ #6555 ] ( ../../pull/6555 ) )
13
+ * Predictions: Output errors ([ #6577 ] ( ../../pull/6577 ) )
14
+
15
+ ##### Bugfixes
16
+ * EmbedderCache - Handle cache persisting when no permissions ([ #6611 ] ( ../../pull/6611 ) )
17
+
18
+
7
19
[ 3.36.1] - 2023-09-22
8
20
--------------------
9
21
##### Bugfixes
@@ -1829,7 +1841,8 @@ Change Log
1829
1841
* Initial version based on Python 1.5.2 and Qt 2.3
1830
1842
1831
1843
1832
- [ next ] : https://github.com/biolab/orange3/compare/3.36.1..HEAD
1844
+ [ next ] : https://github.com/biolab/orange3/compare/3.36.2..HEAD
1845
+ [ 3.36.2 ] : https://github.com/biolab/orange3/compare/3.36.1...3.36.2
1833
1846
[ 3.36.1 ] : https://github.com/biolab/orange3/compare/3.36.0...3.36.1
1834
1847
[ 3.36.0 ] : https://github.com/biolab/orange3/compare/3.35.0...3.36.0
1835
1848
[ 3.35.0 ] : https://github.com/biolab/orange3/compare/3.34.1...3.35.0
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.2 '
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