Skip to content

Commit 63b0bab

Browse files
committed
update version number
1 parent d44ffb9 commit 63b0bab

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
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.1.1'
67+
version = '1.1.2'
6868
# The full version, including alpha/beta/rc tags.
69-
release = '1.1.1'
69+
release = '1.1.2'
7070

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

docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ History
116116

117117
Changes:
118118

119+
- 1.1.2 July 17, 2017
120+
- Merge GitHub PR `#30 <https://github.com/admiralobvious/flask-simpleldap/pull/30>`_,
121+
Fix for python3
122+
- Fix decoding bytes in PY3 for @ldap.group_required.
123+
119124
- 1.1.1 April 10, 2017
120125
- Merge GitHub pull `#26 <https://github.com/admiralobvious/flask-simpleldap/pull/26>`_,
121126
Fix set_option call to LDAP for SSL CERT

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='Flask-SimpleLDAP',
12-
version='1.1.1',
12+
version='1.1.2',
1313
url='https://github.com/admiralobvious/flask-simpleldap',
1414
license='MIT',
1515
author='Alexandre Ferland',
@@ -36,3 +36,4 @@
3636
'Topic :: Software Development :: Libraries :: Python Modules'
3737
]
3838
)
39+

0 commit comments

Comments
 (0)