Skip to content

Commit

Permalink
Bump version: 0.2.31 → 0.2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Feb 9, 2024
1 parent eac92af commit be52239
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[bumpversion]
current_version = 0.2.31
current_version = 0.2.32
commit = True
tag = True

[bumpversion:file:kiwi_boxed_plugin/version.py]

[bumpversion:file:doc/source/conf.py]

2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# built documents.
#
# The short X.Y version.
version = '0.2.31'
version = '0.2.32'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion kiwi_boxed_plugin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"""
Global version information used in kiwi-boxed-build and the package
"""
__version__ = '0.2.31'
__version__ = '0.2.32'
__githash__ = '$Format:%H$'

0 comments on commit be52239

Please sign in to comment.