Skip to content

Commit

Permalink
Bump version 1.3.0 → 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Jul 11, 2023
1 parent 606178e commit 1e01f8e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion kpops/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.0"
__version__ = "1.3.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 1e01f8e

Please sign in to comment.