Skip to content

Commit 0b3df0b

Browse files
committed
bump to 1.3.2
1 parent bd69525 commit 0b3df0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ def __getattr__(cls, name):
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = '1.3.1'
67+
version = '1.3.2'
6868
# The full version, including alpha/beta/rc tags.
69-
release = '1.3.1'
69+
release = '1.3.2'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='Flask-SimpleLDAP',
12-
version='1.3.1',
12+
version='1.3.2',
1313
url='https://github.com/admiralobvious/flask-simpleldap',
1414
license='MIT',
1515
author='Alexandre Ferland',

0 commit comments

Comments
 (0)