version bump

This commit is contained in:
Marco Bonetti 2017-09-23 08:19:21 +02:00
parent d1930b75a0
commit d6fe378676
2 changed files with 3 additions and 3 deletions

View file

@ -55,9 +55,9 @@ author = u'Marco Bonetti'
# built documents.
#
# The short X.Y version.
version = '0.7.13'
version = '0.7.14'
# The full version, including alpha/beta/rc tags.
release = '0.7.13'
release = '0.7.14'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -1,4 +1,4 @@
VERSION = (0, 7, 13)
VERSION = (0, 7, 14)
default_app_config = "rosetta.apps.RosettaAppConfig"