Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bump to 0.11.1dev to continue developing
  • Loading branch information
mfeurer committed Oct 25, 2020
commit 1e20b3730aa47e21e3f04988682e4eabc29bb0b9
3 changes: 3 additions & 0 deletions doc/progress.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
Changelog
=========

0.11.1
~~~~~~

0.11.0
~~~~~~
* ADD #753: Allows uploading custom flows to OpenML via OpenML-Python.
Expand Down
2 changes: 1 addition & 1 deletion openml/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# License: BSD 3-Clause

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "0.11.0"
__version__ = "0.11.1dev"