Skip to content

Commit

Permalink
Bump version 9.2.1-dev → 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Jan 15, 2025
1 parent 70f52df commit 86faf36
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.2.0-dev
current_version = 9.2.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,6 +2,14 @@

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

## [9.2.1](https://github.com/bakdata/kpops/tree/9.2.1) - 2025-01-15
### What's changed

* Fix CI release and changelog by @disrupted in [#590](https://github.com/bakdata/kpops/pull/590)


**Full Changelog**: https://github.com/bakdata/kpops/compare/9.2.0-dev...9.2.1

## [9.2.0-dev](https://github.com/bakdata/kpops/tree/9.2.0-dev) - 2025-01-14
### What's changed

Expand All @@ -17,6 +25,8 @@ All notable changes to this project will be documented in this file.

* Fail if streams-boostrap v3 model is instantiated with v2 attribute by @disrupted in [#587](https://github.com/bakdata/kpops/pull/587)

* Bump version 9.1.0 → 9.2.0-dev by @bakdata-bot


**Full Changelog**: https://github.com/bakdata/kpops/compare/9.1.0...9.2.0-dev

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.2.0-dev"
__version__ = "9.2.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.2.0-dev"
version = "9.2.1"
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
authors = [
{ name = "bakdata", email = "[email protected]" },
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 86faf36

Please sign in to comment.