diff --git a/docs/changes.rst b/docs/changes.rst index fc9751b9..324a98a5 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -9,6 +9,9 @@ skops Changelog :depth: 1 :local: +v0.15 +----- + v0.14 ----- - Trust internal scikit-learn types needed by GradientBoosting and diff --git a/skops/__init__.py b/skops/__init__.py index 3150bd75..d980ffab 100644 --- a/skops/__init__.py +++ b/skops/__init__.py @@ -14,4 +14,4 @@ # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer. # 'X.Y.dev0' is the canonical version of 'X.Y.dev' # -__version__ = "0.14.dev0" +__version__ = "0.15.dev0"