Skip to content

Commit b5b16f3

Browse files
committed
prepare release
1 parent be28c18 commit b5b16f3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

autosklearn/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "0.5.2"
4+
__version__ = "0.6.0"

doc/releases.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@
1111
Releases
1212
========
1313

14+
Version 0.60
15+
=============
16+
17+
* MAINT: move from scikit-learn 0.19.X to 0.21.X
18+
* MAINT #688: allow for pyrfr version 0.8.X
19+
* FIX #680: Remove unnecessary print statement
20+
21+
Contributors
22+
************
23+
24+
* Guilherme Miotto
25+
* Matthias Feurer
26+
1427
Version 0.5.2
1528
=============
1629

0 commit comments

Comments
 (0)