Skip to content

Commit a2e3cf6

Browse files
committed
Release 3.25.1
1 parent 50cf54b commit a2e3cf6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Change Log
66
* ...
77

88

9+
[3.25.1] - 2020-05-22
10+
--------------------
11+
##### Bugfixes
12+
* Fix compatibility with scikit-learn 0.23 ([#4768](../../pull/4768))
13+
14+
915
[3.25.0] - 2020-04-10
1016
--------------------
1117
##### Enhancements
@@ -1376,7 +1382,8 @@ Change Log
13761382
* Initial version based on Python 1.5.2 and Qt 2.3
13771383

13781384

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
13801387
[3.25.0]: https://github.com/biolab/orange3/compare/3.24.1...3.25.0
13811388
[3.24.1]: https://github.com/biolab/orange3/compare/3.24.0...3.24.1
13821389
[3.24.0]: https://github.com/biolab/orange3/compare/3.23.1...3.24.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
NAME = 'Orange3'
3838

39-
VERSION = '3.25.0'
39+
VERSION = '3.25.1'
4040
ISRELEASED = True
4141
# full version identifier including a git revision identifier for development
4242
# build/releases (this is filled/updated in `write_version_py`)

0 commit comments

Comments
 (0)