Skip to content

Commit

Permalink
version 0.9.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cannatag committed Feb 3, 2015
1 parent 1d539e3 commit b848e6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ Contact me

For information and suggestions you can contact me at cannatag@gmail.com or you can also a support ticket on https://github.com/cannatag/ldap3/issues/new

* 0.9.7.4 2015.02.02
- Added connection.entries property for storing response from search operations as and abstract.Entry collection.

* 0.9.7.3 2015.01.25
- Modify operation type can also be passed as integer

Expand Down
3 changes: 3 additions & 0 deletions docs/manual/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
CHANGELOG
=========
* 0.9.7.4 2015.02.02
- Added connection.entries property for storing response from search operations as and abstract.Entry collection.

* 0.9.7.3 2015.01.25
- Modify operation type can also be passed as integer

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-16 06:03:33.053139
# generated on 2015-02-03 01:10:10.588026
# 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 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'
__version__ = '0.9.7.4'
__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 b848e6f

Please sign in to comment.