--- a/buildout.cfg Sun Mar 11 11:00:19 2018 +0100
+++ b/buildout.cfg Sun Mar 11 11:23:29 2018 +0100
@@ -71,4 +71,4 @@
eggs = pyams_ldap [test]
[versions]
-pyams_ldap = 0.1.4
+pyams_ldap = 0.1.5
--- a/docs/HISTORY.txt Sun Mar 11 11:00:19 2018 +0100
+++ b/docs/HISTORY.txt Sun Mar 11 11:23:29 2018 +0100
@@ -1,6 +1,10 @@
History
=======
+0.1.5
+-----
+ - updated LDAP attributes display form
+
0.1.4
-----
- updated IPrincipalMailInfo adapters
--- a/setup.py Sun Mar 11 11:00:19 2018 +0100
+++ b/setup.py Sun Mar 11 11:23:29 2018 +0100
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.4'
+version = '0.1.5'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []