From 1e01f8e2818c3db171e11c394cae35f5a9fedff6 Mon Sep 17 00:00:00 2001 From: bakdata-bots Date: Tue, 11 Jul 2023 14:40:40 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version=201.3.0=20=E2=86=92=201.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 22 ++++++++++++++++++++++ kpops/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f889b54..dd57d1562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,26 @@ # Changelog +## [1.3.1](https://github.com/bakdata/kpops/releases/tag/1.3.1) - Release Date: [2023-07-11] + +### 🏭 Refactor + +- Remove workaround for pipeline steps - [#276](https://github.com/bakdata/kpops/pull/276) + + +### 🌀 Miscellaneous + +- Update codeowners - [#281](https://github.com/bakdata/kpops/pull/281) + +- Reactivate Windows CI - [#255](https://github.com/bakdata/kpops/pull/255) + +- Downgrade Poetry version on the Windows CI pipeline - [#286](https://github.com/bakdata/kpops/pull/286) + +- Set ANSI theme for output of `kpops generate` - [#289](https://github.com/bakdata/kpops/pull/289) + + + + + + ## [1.3.0](https://github.com/bakdata/kpops/releases/tag/1.3.0) - Release Date: [2023-07-07] ### 🏭 Refactor diff --git a/kpops/__init__.py b/kpops/__init__.py index 67bc602ab..9c73af26b 100644 --- a/kpops/__init__.py +++ b/kpops/__init__.py @@ -1 +1 @@ -__version__ = "1.3.0" +__version__ = "1.3.1" diff --git a/pyproject.toml b/pyproject.toml index 6e3fd57eb..38957bb78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kpops" -version = "1.3.0" +version = "1.3.1" description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes" authors = ["bakdata "] license = "MIT"