diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ee3ed..ab17a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.1.25 - 2024-12-19 + ## 0.1.24 - 2024-12-19 - Important: Flask version and Werkzeug version set explicitly as latest flask 2.x pulls in an incompatible Werkzeug 3.1.x version where the form request limit was changed from unlimited to 50kb and cannot be configured yet via flask diff --git a/pyproject.toml b/pyproject.toml index ff7a516..d43efb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ "Julian Janßen ", "Daniel Dittmar " ] -version="0.1.24" +version="0.1.25" description = "Official Python Package for creation of disy Cadenza analytics extensions" readme = "README.md" license = "Apache-2.0"