diff --git a/docs/conf.py b/docs/conf.py index 77802270aa5136d4fb72109da3e15fcfc8c09292..13f0b2081811b8e1c54503571c3bf95bff40fbf9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,9 +64,9 @@ copyright = u'2019, Alexandre Ferland' # built documents. # # The short X.Y version. -version = '1.3.1' +version = '1.3.2' # The full version, including alpha/beta/rc tags. -release = '1.3.1' +release = '1.3.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index c6d5ac61c0060ead00b86e328a605769d6dc749b..d3781479026b8ea710a0e8db6f9840acdb303b3a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup setup( name='Flask-SimpleLDAP', - version='1.3.1', + version='1.3.2', url='https://github.com/admiralobvious/flask-simpleldap', license='MIT', author='Alexandre Ferland',