From d6fe378676a3f504b403708aad7d1d8f96a5369a Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Sat, 23 Sep 2017 08:19:21 +0200 Subject: [PATCH] version bump --- docs/conf.py | 4 ++-- rosetta/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 19bcfee..35f748f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/rosetta/__init__.py b/rosetta/__init__.py index c7ab578..f0cea18 100644 --- a/rosetta/__init__.py +++ b/rosetta/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 7, 13) +VERSION = (0, 7, 14) default_app_config = "rosetta.apps.RosettaAppConfig"