Skip to content

Commit

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

### 📝 Documentation

- Reference editor plugin for Neovim in docs - [#464](https://github.com/bakdata/kpops/pull/464)


### 🌀 Miscellaneous

- Add support for Python 3.12 - [#467](https://github.com/bakdata/kpops/pull/467)

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

- Remove package classifiers that are automatically assigned by Poetry - [#469](https://github.com/bakdata/kpops/pull/469)

- Validate autoscaling mandatory fields when enabled - [#470](https://github.com/bakdata/kpops/pull/470)






## [4.0.1](https://github.com/bakdata/kpops/releases/tag/4.0.1) - Release Date: [2024-02-29]

### 🐛 Fixes
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.0.1"
__version__ = "4.0.2"

# export public API functions
from kpops.cli.main import clean, deploy, destroy, generate, 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.0.1"
version = "4.0.2"
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
authors = ["bakdata <opensource@bakdata.com>"]
license = "MIT"
Expand Down

0 comments on commit 4916257

Please sign in to comment.