Skip to content

Commit

Permalink
Update ldap3 to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rroemhild committed Dec 15, 2015
1 parent 5eeb96c commit 354c377
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

0.6.9 (2015-12-15)
------------------
* Update ldap3 to version 1.0.2

0.6.8 (2015-12-07)
------------------
* Add read-only option
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
six==1.10.0
Flask==0.10.1
ldap3==1.0.1
ldap3==1.0.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='Flask-LDAPConn',
version='0.6.8',
version='0.6.9',
url='http://github.com/rroemhild/flask-ldapconn',
license='BSD',
author='Rafael Römhild',
Expand All @@ -29,7 +29,7 @@
platforms='any',
install_requires=[
'Flask==0.10.1',
'ldap3==1.0.1',
'ldap3==1.0.2',
'six==1.10.0'
],
classifiers=[
Expand Down

0 comments on commit 354c377

Please sign in to comment.