Skip to content

Commit

Permalink
Bump version 4.1.0 → 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Mar 11, 2024
1 parent c2ca0c6 commit ceb102b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions docs/docs/user/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# Changelog
## [4.1.1](https://github.com/bakdata/kpops/releases/tag/4.1.1) - Release Date: [2024-03-11]

### 🐛 Fixes

- Fix import errors - [#472](https://github.com/bakdata/kpops/pull/472)


### 🏭 Refactor

- Fix import errors - [#472](https://github.com/bakdata/kpops/pull/472)


### 🌀 Miscellaneous

- Update httpx - [#471](https://github.com/bakdata/kpops/pull/471)






## [4.1.0](https://github.com/bakdata/kpops/releases/tag/4.1.0) - Release Date: [2024-03-07]

### 📝 Documentation
Expand Down
2 changes: 1 addition & 1 deletion kpops/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.1.0"
__version__ = "4.1.1"

# export public API functions
from kpops.cli.main import clean, deploy, destroy, generate, init, manifest, reset
Expand Down
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 = "4.1.0"
version = "4.1.1"
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
authors = ["bakdata <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ceb102b

Please sign in to comment.