Bump version: 10.0.22 → 10.0.23
This commit is contained in:
parent
c83e6f3f90
commit
266abb3f32
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 10.0.22
|
||||
current_version = 10.0.23
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
||||
@ -139,7 +139,7 @@ copyright = f'2020-{datetime.now().year}, {author}'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '10.0.22'
|
||||
version = '10.0.23'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
||||
@ -18,5 +18,5 @@
|
||||
"""
|
||||
Global version information used in kiwi and the package
|
||||
"""
|
||||
__version__ = '10.0.22'
|
||||
__version__ = '10.0.23'
|
||||
__githash__ = '$Format:%H$'
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "kiwi"
|
||||
version = "10.0.22"
|
||||
version = "10.0.23"
|
||||
description = "KIWI - Appliance Builder"
|
||||
license = "GPL-3.0-or-later"
|
||||
readme = "README.rst"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user