From 152341bf35f7be6e4e87c991686f6c031bb4faaf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Mar 2024 13:14:50 +0000 Subject: [PATCH] chore: release 0.1.19 --- CHANGELOG.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e1514..c01e5d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.1.19 - 2024-03-06 ### Added - Support for common use case which maps one input row to one output row, especially interesting for extensions of type ENRICHMENT diff --git a/pyproject.toml b/pyproject.toml index e95da46..7fe9d27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ "Julian Janßen ", "Daniel Dittmar " ] -version="0.1.18" +version="0.1.19" description = "Official Python Package for creation of disy Cadenza analytics extensions" readme = "README.md" license = "Apache-2.0"