Skip to content

Commit 7364c68

Browse files
committed
Bump version
1 parent ea39160 commit 7364c68

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-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.14.1"
4+
__version__ = "0.14.2"

doc/releases.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
Releases
1010
========
1111

12+
Version 0.14.2
13+
==============
14+
15+
* FIX #1290: Fixes a bug where it was not possible to extend Auto-sklearn and run it in parallel.
16+
17+
Contributors v0.14.2
18+
********************
19+
20+
* Matthias Feurer
21+
1222
Version 0.14.1
1323
==============
1424

0 commit comments

Comments
 (0)