From c3696374525c7832386c97e3091f2fb119ec937b Mon Sep 17 00:00:00 2001 From: Justin Littman Date: Wed, 5 Apr 2017 11:42:41 -0400 Subject: [PATCH] Bumped version to 1.7.0. --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- requirements/release.txt | 2 +- sfm/sfm/settings/common.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3f61468f..ee76de59 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.0 +current_version = 1.7.0 [bumpversion:file:docs/conf.py] diff --git a/docs/conf.py b/docs/conf.py index e932909a..0ed6415d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = '1.6.0' +release = '1.7.0' # The short X.Y version. version = release[0:release.rindex(".")] diff --git a/requirements/release.txt b/requirements/release.txt index 0ec43167..1643be4e 100644 --- a/requirements/release.txt +++ b/requirements/release.txt @@ -1 +1 @@ -git+https://github.com/gwu-libraries/sfm-utils.git@1.6.0#egg=sfmutils +git+https://github.com/gwu-libraries/sfm-utils.git@1.7.0#egg=sfmutils diff --git a/sfm/sfm/settings/common.py b/sfm/sfm/settings/common.py index cf5fd6c5..075b5846 100644 --- a/sfm/sfm/settings/common.py +++ b/sfm/sfm/settings/common.py @@ -247,4 +247,4 @@ SERIALIZE_HOUR = env.get('SFM_SERIALIZE_HOUR', '3') SERIALIZE_MINUTE = env.get('SFM_SERIALIZE_MINUTE', '0') -SFM_UI_VERSION = "1.6.0" +SFM_UI_VERSION = "1.7.0"