From e5cca7f5b1b1953e26a78ffd920a24ba4ad1da07 Mon Sep 17 00:00:00 2001 From: Chris Seymour Date: Tue, 6 Jan 2015 13:55:56 +0000 Subject: [PATCH] #10 added change note to the documentation and bumped the minor version number --- docs/conf.py | 4 ++-- docs/index.rst | 5 +++++ setup.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d962ebd..1ac53a2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,9 +63,9 @@ copyright = u'2014, Alexandre Ferland' # built documents. # # The short X.Y version. -version = '0.2.0' +version = '0.2.1' # The full version, including alpha/beta/rc tags. -release = '0.2.0' +release = '0.2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index 0080e37..bdb1b2d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -108,6 +108,11 @@ History Changes: +- 0.2.1: January 6, 2015 + + - Fix Github issue `#10 `_, + Redirect users back to the page they originally requested after authenticating + - 0.2.0: December 7, 2014 - Added HTTP Basic Authentication. Thanks to OptiverTimAll on GitHub. diff --git a/setup.py b/setup.py index 33c5b72..29fd6ab 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup setup( name='Flask-SimpleLDAP', - version='0.2.0', + version='0.2.1', url='https://github.com/admiralobvious/flask-simpleldap', license='MIT', author='Alexandre Ferland', -- GitLab