File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Change Log
6
6
* ...
7
7
8
8
9
+ [ 3.25.1] - 2020-05-22
10
+ --------------------
11
+ ##### Bugfixes
12
+ * Fix compatibility with scikit-learn 0.23 ([ #4768 ] ( ../../pull/4768 ) )
13
+
14
+
9
15
[ 3.25.0] - 2020-04-10
10
16
--------------------
11
17
##### Enhancements
@@ -1376,7 +1382,8 @@ Change Log
1376
1382
* Initial version based on Python 1.5.2 and Qt 2.3
1377
1383
1378
1384
1379
- [ next ] : https://github.com/biolab/orange3/compare/3.25.0...HEAD
1385
+ [ next ] : https://github.com/biolab/orange3/compare/3.25.1...HEAD
1386
+ [ 3.25.1 ] : https://github.com/biolab/orange3/compare/3.25.0...3.25.1
1380
1387
[ 3.25.0 ] : https://github.com/biolab/orange3/compare/3.24.1...3.25.0
1381
1388
[ 3.24.1 ] : https://github.com/biolab/orange3/compare/3.24.0...3.24.1
1382
1389
[ 3.24.0 ] : https://github.com/biolab/orange3/compare/3.23.1...3.24.0
Original file line number Diff line number Diff line change 36
36
37
37
NAME = 'Orange3'
38
38
39
- VERSION = '3.25.0 '
39
+ VERSION = '3.25.1 '
40
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`)
You can’t perform that action at this time.
0 commit comments