Bump version: 8.12.0 → 8.13.0

This commit is contained in:
Marcus Schäfer 2016-04-21 16:27:36 +02:00
parent 606b131d77
commit 07f557ced4
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 8.12.0
current_version = 8.13.0
commit = True
tag = True

View File

@ -87,7 +87,7 @@ author = u'Marcus Schäfer'
# built documents.
#
# The short X.Y version.
version = u'8.12.0'
version = u'8.13.0'
# 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.12.0'
__version__ = '8.13.0'
__githash__ = '$Format:%H$'