Skip to content

Commit c7baf09

Browse files
committed
Bump version: 0.2.52 → 0.2.53
1 parent a71765c commit c7baf09

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.52
2+
current_version = 0.2.53
33
commit = True
44
tag = True
55

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '0.2.52'
57+
version = '0.2.53'
5858
# The full version, including alpha/beta/rc tags.
5959
release = version
6060

kiwi_boxed_plugin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"""
1919
Global version information used in kiwi-boxed-build and the package
2020
"""
21-
__version__ = '0.2.52'
21+
__version__ = '0.2.53'
2222
__githash__ = '$Format:%H$'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kiwi_boxed_plugin"
3-
version = "0.2.52"
3+
version = "0.2.53"
44
description = "KIWI - Boxed Build Plugin"
55
license = "GPL-3.0-or-later"
66
readme = "README.rst"

0 commit comments

Comments
 (0)