Skip to content

Commit

Permalink
Version bump to dev and add changelog stub (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers authored Feb 20, 2023
1 parent dd62f2b commit 2a7ab17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/progress.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@
Changelog
=========

0.13.1
~~~~~~

* Add new contributions here.


0.13.0
~~~~~~

* FIX#1030: ``pre-commit`` hooks now no longer should issue a warning.
* FIX#1058, #1100: Avoid ``NoneType`` error when printing task without ``class_labels`` attribute.
* FIX#1110: Make arguments to ``create_study`` and ``create_suite`` that are defined as optional by the OpenML XSD actually optional.
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.13.0"
__version__ = "0.13.1.dev"

0 comments on commit 2a7ab17

Please sign in to comment.