Skip to content

Commit 904a692

Browse files
committed
hotfix release
1 parent 6f1e5c3 commit 904a692

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
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.12.7"
4+
__version__ = "0.12.8"

doc/releases.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,22 @@
33
..
44
The following command allows to retrieve all commiters since a specified
55
commit. From https://stackoverflow.com/questions/6482436/list-of-authors-in-git-since-a-given-commit
6-
git log 25d680d4e9520a661aae48ea4c7295c663b64df3.. --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}'
6+
git log 275d0d6b20d16822252d8b50bf71b1c787187f09.. --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}'
77
88
========
99
Releases
1010
========
1111

12+
Version 0.12.8
13+
==============
14+
15+
* MAINT #1183: Introduce an upper bound on the dask version to retain compatibility with SMAC3.
16+
17+
Contributors v0.12.8
18+
********************
19+
20+
* Eddie Bergman
21+
1222
Version 0.12.7
1323
==============
1424

@@ -26,6 +36,15 @@ Version 0.12.7
2636
Contributors v0.12.7
2737
********************
2838

39+
* Francisco Rivera Valverde
40+
* Matthias Feurer
41+
* JJ Ben-Joseph
42+
* Isaac Chung
43+
* Katharina Eggensperger
44+
* bitsbuffer
45+
* Eddie Bergman
46+
* olehb007
47+
2948
Version 0.12.6
3049
==============
3150

0 commit comments

Comments
 (0)