Skip to content

Commit e473aca

Browse files
committed
Version bump to dev and add changelog stub (openml#1190)
1 parent f77cc54 commit e473aca

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

doc/progress.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@
66
Changelog
77
=========
88

9+
0.13.1
10+
~~~~~~
11+
12+
* Add new contributions here.
13+
14+
915
0.13.0
1016
~~~~~~
17+
1118
* FIX#1030: ``pre-commit`` hooks now no longer should issue a warning.
1219
* FIX#1058, #1100: Avoid ``NoneType`` error when printing task without ``class_labels`` attribute.
1320
* FIX#1110: Make arguments to ``create_study`` and ``create_suite`` that are defined as optional by the OpenML XSD actually optional.

openml/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# License: BSD 3-Clause
44

55
# The following line *must* be the last in the module, exactly as formatted:
6-
__version__ = "0.13.0"
6+
__version__ = "0.13.1.dev"

0 commit comments

Comments
 (0)