diff --git a/doc/whats_new/v0.10.rst b/doc/whats_new/v0.10.rst index 1d9415e..5693e1b 100644 --- a/doc/whats_new/v0.10.rst +++ b/doc/whats_new/v0.10.rst @@ -2,6 +2,14 @@ .. currentmodule:: skopt +.. _changes_0_10_2: + +Version 0.10.2 +============== +**June 2024** + +- |Fix| Update Pandas import to new format by :user:`awennersteen ` + .. _changes_0_10_1: Version 0.10.1 diff --git a/pyproject.toml b/pyproject.toml index 8de5f37..c8e523e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "scikit-learn>=1.0.0", "packaging>=21.3", ] -version = "0.10.1" +version = "0.10.2" [project.urls] Homepage = "https://scikit-optimize.readthedocs.io/en/latest/contents.html"