From 835051f64c82f35bb34a1d7930307437cb04296e Mon Sep 17 00:00:00 2001 From: Bouke Haarsma Date: Sat, 10 Jan 2015 08:32:12 +0100 Subject: [PATCH] Released 1.1.1 --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0ca0ec799..5b83bba20 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 files = setup.py docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 089e7c6b1..30025be1a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ # # The full version, including alpha/beta/rc tags. -release = '1.1.0' +release = '1.1.1' # The short X.Y version. version = '.'.join(release.split('.')[0:2]) diff --git a/setup.py b/setup.py index 169f672bf..fad3bd0a3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-two-factor-auth', - version='1.1.0', + version='1.1.1', description='Complete Two-Factor Authentication for Django', long_description=open('README.rst').read(), author='Bouke Haarsma',