From 08376040449149f7965f220f8c2d81f439ae37c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Feb 2024 15:39:29 +0000 Subject: [PATCH] chore: release 0.1.12 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ce3c9..aa76762 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.12 - 2024-02-28 + ## 0.1.11 - 2024-02-28 ## 0.1.10 - 2024-02-28 diff --git a/pyproject.toml b/pyproject.toml index b56deca..4b769a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ "Julian Janßen ", "Daniel Dittmar " ] -version="0.1.11" +version="0.1.12" description = "Official Python Package for creation of disy Cadenza analytics extensions" readme = "README.md" license = "Apache-2.0"