diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 38520f2..0fb5755 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.16.0](https://github.com/Safe-DS/Library-Examples/compare/v0.15.0...v0.16.0) (2023-11-22) + + +### Features + +* drop Python 3.10 and add Python 3.12 ([#104](https://github.com/Safe-DS/Library-Examples/issues/104)) ([eae4020](https://github.com/Safe-DS/Library-Examples/commit/eae402047fd277f5a5a01074048fc658adcce9b0)) + ## [0.15.0](https://github.com/Safe-DS/Library-Examples/compare/v0.14.0...v0.15.0) (2023-07-14) diff --git a/pyproject.toml b/pyproject.toml index 93a6043..99353e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "safe-ds-examples" -version = "0.15.0" +version = "0.16.0" description = "Ready-to-use examples for the Safe-DS Python library." license = "MIT" authors = ["Lars Reimann "]