Skip to content

Commit

Permalink
Merge branch 'fix-paspluginsldap-issues-29'
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Oct 18, 2016
2 parents c6447b0 + 0d1477d commit 015cf5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
History
=======

1.0b3 (unreleased)
1.0b4 (unreleased)
------------------

- No changes yet.


1.0b3 (2016-10-18)
------------------

- Add a ``batched_search`` generator function, which do the actual batching for us.
Expand All @@ -24,6 +30,7 @@ History
- Paginate LDAP node ``__iter__``.
[jensens, rnix]


1.0b1 (31.12.2015)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os


version = '1.0b3.dev0'
version = '1.0b4.dev0'
shortdesc = 'LDAP/AD convenience with Node-trees based on python-ldap'
longdesc = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
longdesc += open(os.path.join(os.path.dirname(__file__), 'CHANGES.rst')).read()
Expand Down

0 comments on commit 015cf5d

Please sign in to comment.