Skip to content
Snippets Groups Projects
Commit e5cca7f5 authored by Chris Seymour's avatar Chris Seymour
Browse files

#10 added change note to the documentation and bumped the minor version number

parent 10b2e41b
No related branches found
No related tags found
No related merge requests found
...@@ -63,9 +63,9 @@ copyright = u'2014, Alexandre Ferland' ...@@ -63,9 +63,9 @@ copyright = u'2014, Alexandre Ferland'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.2.0' version = '0.2.1'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -108,6 +108,11 @@ History ...@@ -108,6 +108,11 @@ History
Changes: Changes:
- 0.2.1: January 6, 2015
- Fix Github issue `#10 <https://github.com/admiralobvious/flask-simpleldap/issues/10>`_,
Redirect users back to the page they originally requested after authenticating
- 0.2.0: December 7, 2014 - 0.2.0: December 7, 2014
- Added HTTP Basic Authentication. Thanks to OptiverTimAll on GitHub. - Added HTTP Basic Authentication. Thanks to OptiverTimAll on GitHub.
......
...@@ -9,7 +9,7 @@ from setuptools import setup ...@@ -9,7 +9,7 @@ from setuptools import setup
setup( setup(
name='Flask-SimpleLDAP', name='Flask-SimpleLDAP',
version='0.2.0', version='0.2.1',
url='https://github.com/admiralobvious/flask-simpleldap', url='https://github.com/admiralobvious/flask-simpleldap',
license='MIT', license='MIT',
author='Alexandre Ferland', author='Alexandre Ferland',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment