From 305107cfc7b31d635ab9e1a59268205107894d58 Mon Sep 17 00:00:00 2001 From: bakdata-bots Date: Wed, 21 Jun 2023 11:46:41 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version=201.2.0=20=E2=86=92=201.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ kpops/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 342e052c8..9a3f0acb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog +## [1.2.1](https://github.com/bakdata/kpops/releases/tag/1.2.1) - Release Date: [2023-06-21] + + + +Uncategorized + +- Fix update docs in release workflow - [#258](https://github.com/bakdata/kpops/pull/258) + + + ## [1.2.0](https://github.com/bakdata/kpops/releases/tag/1.2.0) - Release Date: [2023-06-21] ### 🚀 Features diff --git a/kpops/__init__.py b/kpops/__init__.py index c68196d1c..a955fdae1 100644 --- a/kpops/__init__.py +++ b/kpops/__init__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.2.1" diff --git a/pyproject.toml b/pyproject.toml index 23c436e8e..b8f64cacc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kpops" -version = "1.2.0" +version = "1.2.1" description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes" authors = ["bakdata "] license = "MIT"