From 3d3d9c9a47df67c0a79681d5be5a4155a68f1df5 Mon Sep 17 00:00:00 2001 From: bakdata-bots Date: Wed, 22 May 2024 11:51:46 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version=205.1.0=20=E2=86=92=205.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/user/changelog.md | 11 +++++++++++ kpops/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/docs/user/changelog.md b/docs/docs/user/changelog.md index a1b58aff3..08e09d7fe 100644 --- a/docs/docs/user/changelog.md +++ b/docs/docs/user/changelog.md @@ -1,4 +1,15 @@ # Changelog +## [5.1.1](https://github.com/bakdata/kpops/releases/tag/5.1.1) - Release Date: [2024-05-22] + +### 🐛 Fixes + +- Add YAML separator (---) to stdout - [#491](https://github.com/bakdata/kpops/pull/491) + + + + + + ## [5.1.0](https://github.com/bakdata/kpops/releases/tag/5.1.0) - Release Date: [2024-05-22] ### 🌀 Miscellaneous diff --git a/kpops/__init__.py b/kpops/__init__.py index fe6c54591..5326c93bf 100644 --- a/kpops/__init__.py +++ b/kpops/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.1.0" +__version__ = "5.1.1" # export public API functions from kpops.cli.main import clean, deploy, destroy, generate, init, manifest, reset diff --git a/pyproject.toml b/pyproject.toml index f79b03727..a1136a462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kpops" -version = "5.1.0" +version = "5.1.1" description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes" authors = ["bakdata "] license = "MIT"