Skip to content

Commit 36716c1

Browse files
committed
Bump version: 1.0.10 → 1.0.11
1 parent 2f062b5 commit 36716c1

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 = 1.0.10
2+
current_version = 1.0.11
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
@@ -48,7 +48,7 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '1.0.10'
51+
version = '1.0.11'
5252
# The full version, including alpha/beta/rc tags.
5353
release = version
5454

kiwi_stackbuild_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-rebuild-plugin and the package
2020
"""
21-
__version__ = '1.0.10'
21+
__version__ = '1.0.11'
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_stackbuild_plugin"
3-
version = "1.0.10"
3+
version = "1.0.11"
44
description = "KIWI - Stack Build Plugin"
55
license = "GPL-3.0-or-later"
66
readme = "README.rst"

0 commit comments

Comments
 (0)