Skip to content

Commit 479021d

Browse files
committed
Bump version: 10.2.2 → 10.2.3
1 parent a9c4d7a commit 479021d

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 = 10.2.2
2+
current_version = 10.2.3
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
@@ -142,7 +142,7 @@ def setup(app):
142142
# built documents.
143143
#
144144
# The short X.Y version.
145-
version = '10.2.2'
145+
version = '10.2.3'
146146
# The full version, including alpha/beta/rc tags.
147147
release = version
148148

kiwi/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 and the package
2020
"""
21-
__version__ = '10.2.2'
21+
__version__ = '10.2.3'
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"
3-
version = "10.2.2"
3+
version = "10.2.3"
44
description = "KIWI - Appliance Builder"
55
license = "GPL-3.0-or-later"
66
readme = "README.rst"

0 commit comments

Comments
 (0)