From 2a7ab1765f2b9bd0360b049724cdd7d352dd901d Mon Sep 17 00:00:00 2001 From: Pieter Gijsbers Date: Mon, 20 Feb 2023 17:03:46 +0100 Subject: [PATCH] Version bump to dev and add changelog stub (#1190) --- doc/progress.rst | 7 +++++++ openml/__version__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"