diff --git a/docs/whats_new/index.rst b/docs/whats_new/index.rst index f4f70dea..84fd2176 100644 --- a/docs/whats_new/index.rst +++ b/docs/whats_new/index.rst @@ -4,7 +4,7 @@ What's New In Pykiso? .. toctree:: version_ongoing - version_0_25_0 + version_0_25_1 version_0_24_0 version_0_23_0 version_0_22_1 diff --git a/docs/whats_new/version_0_25_0.rst b/docs/whats_new/version_0_25_1.rst similarity index 100% rename from docs/whats_new/version_0_25_0.rst rename to docs/whats_new/version_0_25_1.rst diff --git a/pyproject.toml b/pyproject.toml index d0609123..86c2d485 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pykiso" -version = "0.25.0" +version = "0.25.1" description = "Embedded integration testing framework." authors = ["Sebastian Fischer "] license = "Eclipse Public License - v 2.0"