File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ Change Log
44[ next] - TBA
55------------
66
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+
719[ 3.36.1] - 2023-09-22
820--------------------
921##### Bugfixes
@@ -1829,7 +1841,8 @@ Change Log
18291841* Initial version based on Python 1.5.2 and Qt 2.3
18301842
18311843
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
18331846[ 3.36.1 ] : https://github.com/biolab/orange3/compare/3.36.0...3.36.1
18341847[ 3.36.0 ] : https://github.com/biolab/orange3/compare/3.35.0...3.36.0
18351848[ 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 3636
3737NAME = 'Orange3'
3838
39- VERSION = '3.37.0 '
40- ISRELEASED = False
39+ VERSION = '3.36.2 '
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