From e66ef2a6a91096cd8d6666d44b15d32504b368d5 Mon Sep 17 00:00:00 2001 From: Justin Littman Date: Wed, 8 Feb 2017 08:46:00 -0500 Subject: [PATCH] Bumped version to 1.5.1. --- .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 69cbb00e..308271c6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.0 +current_version = 1.5.1 [bumpversion:file:docs/conf.py] diff --git a/docs/conf.py b/docs/conf.py index a1e570af..d97315b3 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.5.0' +release = '1.5.1' # The short X.Y version. version = release[0:release.rindex(".")] diff --git a/requirements/release.txt b/requirements/release.txt index fd37735b..7497a50a 100644 --- a/requirements/release.txt +++ b/requirements/release.txt @@ -1 +1 @@ -git+https://github.com/gwu-libraries/sfm-utils.git@1.5.0#egg=sfmutils +git+https://github.com/gwu-libraries/sfm-utils.git@1.5.1#egg=sfmutils diff --git a/sfm/sfm/settings/common.py b/sfm/sfm/settings/common.py index b0772684..545aabc1 100644 --- a/sfm/sfm/settings/common.py +++ b/sfm/sfm/settings/common.py @@ -244,4 +244,4 @@ SERIALIZE_HOUR = env.get('SFM_SERIALIZE_HOUR', '3') SERIALIZE_MINUTE = env.get('SFM_SERIALIZE_MINUTE', '0') -SFM_UI_VERSION = "1.5.0" +SFM_UI_VERSION = "1.5.1"