Bump version: 8.29.0 → 8.29.1

This commit is contained in:
Marcus Schäfer 2017-01-10 14:19:22 +01:00
parent b77fc4ef93
commit 2c85f13ccd
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 8.29.0
current_version = 8.29.1
commit = True
tag = True

View File

@ -90,7 +90,7 @@ author = u'Marcus Schäfer'
# built documents.
#
# The short X.Y version.
version = u'8.29.0'
version = u'8.29.1'
# The full version, including alpha/beta/rc tags.
release = version

View File

@ -18,5 +18,5 @@
"""
Global version information used in kiwi and the package
"""
__version__ = '8.29.0'
__version__ = '8.29.1'
__githash__ = '$Format:%H$'