diff --git a/doc/progress.rst b/doc/progress.rst index d3d33caf6..6b42e851f 100644 --- a/doc/progress.rst +++ b/doc/progress.rst @@ -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. diff --git a/openml/__version__.py b/openml/__version__.py index 976394309..c27a62daa 100644 --- a/openml/__version__.py +++ b/openml/__version__.py @@ -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"