Skip to content

Commit

Permalink
Bump version 9.4.0 → 9.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Feb 26, 2025
1 parent c1eeca7 commit 2f261fb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 9.4.0
current_version = 9.4.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>dev)(?P<timestamp>\d+)?)?
serialize =
{major}.{minor}.{patch}-{release}{timestamp}
Expand Down
10 changes: 10 additions & 0 deletions docs/docs/user/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

All notable changes to this project will be documented in this file.

## [9.4.1](https://github.com/bakdata/kpops/tree/9.4.1) - 2025-02-26
### What's changed

* refactor(streams-bootstrap): update JMX remote specification by @philipp94831 in [#599](https://github.com/bakdata/kpops/pull/599)


**Full Changelog**: https://github.com/bakdata/kpops/compare/9.4.0...9.4.1

## [9.4.0](https://github.com/bakdata/kpops/tree/9.4.0) - 2025-02-24
### What's changed

* refactor(streams-bootstrap): update JMX specification by @philipp94831 in [#597](https://github.com/bakdata/kpops/pull/597)

* Bump version 9.3.0 → 9.4.0 by @bakdata-bot


**Full Changelog**: https://github.com/bakdata/kpops/compare/9.3.0...9.4.0

Expand Down
2 changes: 1 addition & 1 deletion kpops/const/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "9.4.0"
__version__ = "9.4.1"
KPOPS = "KPOps"
KPOPS_MODULE = "kpops."
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kpops"
version = "9.4.0"
version = "9.4.1"
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
authors = [
{ name = "bakdata", email = "opensource@bakdata.com" },
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f261fb

Please sign in to comment.