File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ def __getattr__(cls, name):
64
64
# built documents.
65
65
#
66
66
# The short X.Y version.
67
- version = '1.1.1 '
67
+ version = '1.1.2 '
68
68
# The full version, including alpha/beta/rc tags.
69
- release = '1.1.1 '
69
+ release = '1.1.2 '
70
70
71
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
72
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -116,6 +116,11 @@ History
116
116
117
117
Changes:
118
118
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
+
119
124
- 1.1.1 April 10, 2017
120
125
- Merge GitHub pull `#26 <https://github.com/admiralobvious/flask-simpleldap/pull/26 >`_,
121
126
Fix set_option call to LDAP for SSL CERT
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'Flask-SimpleLDAP' ,
12
- version = '1.1.1 ' ,
12
+ version = '1.1.2 ' ,
13
13
url = 'https://github.com/admiralobvious/flask-simpleldap' ,
14
14
license = 'MIT' ,
15
15
author = 'Alexandre Ferland' ,
36
36
'Topic :: Software Development :: Libraries :: Python Modules'
37
37
]
38
38
)
39
+
You can’t perform that action at this time.
0 commit comments