From c3f7be8aefdc0e33e2c16a788eca015aaa417f98 Mon Sep 17 00:00:00 2001 From: Justin Littman Date: Wed, 19 Oct 2016 16:10:00 -0400 Subject: [PATCH] Changed version to 1.2.0 --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- requirements/release.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fa3dd5b1..21592e6f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 [bumpversion:file:docs/conf.py] diff --git a/docs/conf.py b/docs/conf.py index ec3580cc..10310d3a 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.1.0' +release = '1.2.0' # The short X.Y version. version = release[0:release.rindex(".")] diff --git a/requirements/release.txt b/requirements/release.txt index 48360375..cfb01275 100644 --- a/requirements/release.txt +++ b/requirements/release.txt @@ -1 +1 @@ -git+https://github.com/gwu-libraries/sfm-utils.git@1.1.0#egg=sfmutils +git+https://github.com/gwu-libraries/sfm-utils.git@1.2.0#egg=sfmutils