Skip to content

Commit

Permalink
hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Jul 27, 2021
1 parent 6f1e5c3 commit 904a692
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autosklearn/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "0.12.7"
__version__ = "0.12.8"
21 changes: 20 additions & 1 deletion doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,22 @@
..
The following command allows to retrieve all commiters since a specified
commit. From https://stackoverflow.com/questions/6482436/list-of-authors-in-git-since-a-given-commit
git log 25d680d4e9520a661aae48ea4c7295c663b64df3.. --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}'
git log 275d0d6b20d16822252d8b50bf71b1c787187f09.. --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}'
========
Releases
========

Version 0.12.8
==============

* MAINT #1183: Introduce an upper bound on the dask version to retain compatibility with SMAC3.

Contributors v0.12.8
********************

* Eddie Bergman

Version 0.12.7
==============

Expand All @@ -26,6 +36,15 @@ Version 0.12.7
Contributors v0.12.7
********************

* Francisco Rivera Valverde
* Matthias Feurer
* JJ Ben-Joseph
* Isaac Chung
* Katharina Eggensperger
* bitsbuffer
* Eddie Bergman
* olehb007

Version 0.12.6
==============

Expand Down

0 comments on commit 904a692

Please sign in to comment.