Skip to content

Commit

Permalink
added license badge
Browse files Browse the repository at this point in the history
  • Loading branch information
cannatag committed Jan 16, 2015
1 parent cb24e94 commit be78bb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

__package_name__ = 'ldap3'
__package_folder__ = '.'
__version__ = '0.9.7.1'
__version__ = '0.9.7.2'
__author__ = 'Giovanni Cannata'
__email__ = 'cannatag@gmail.com'
__license__ = 'LGPL v3'
Expand Down
6 changes: 3 additions & 3 deletions ldap3/version.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# version file for ldap3
# generated on 2015-01-09 10:20:25.895778
# generated on 2015-01-16 06:03:33.053139
# on system uname_result(system='Windows', node='GCNBHPW8', release='8', version='6.2.9200', machine='AMD64', processor='Intel64 Family 6 Model 58 Stepping 9, GenuineIntel')
# with Python3.4.2 - ('v3.4.2:ab2c023a9432', 'Oct 6 2014 22:16:31') - MSC v.1600 64 bit (AMD64)
# with Python 3.4.2 - ('v3.4.2:ab2c023a9432', 'Oct 6 2014 22:16:31') - MSC v.1600 64 bit (AMD64)
#
__version__ = '0.9.7.2'
__author__ = 'Giovanni Cannata'
__email__ = 'cannatag@gmail.com'
__url__ = 'https://github.com/cannatag/ldap3'
__description__ = 'A strictly RFC 4511 conforming LDAP V3 pure Python client. Same codebase for Python 2, Python3, PyPy and PyPy 3'
__status__ = 'development - beta'
__license__ = 'LGPL v3'
__license__ = 'LGPL v3'

0 comments on commit be78bb1

Please sign in to comment.