Init version 0.1.6
authorThierry Florac <thierry.florac@onf.fr>
Mon, 09 Apr 2018 14:35:33 +0200
changeset 33 75ed0e4b3d2a
parent 32 e22b9eac03f8
child 34 2bab2a8e8853
Init version 0.1.6
buildout.cfg
setup.py
--- a/buildout.cfg	Tue Mar 20 18:04:45 2018 +0100
+++ b/buildout.cfg	Mon Apr 09 14:35:33 2018 +0200
@@ -71,4 +71,4 @@
 eggs = pyams_ldap [test]
 
 [versions]
-pyams_ldap = 0.1.5
+pyams_ldap = 0.1.6
--- a/setup.py	Tue Mar 20 18:04:45 2018 +0100
+++ b/setup.py	Mon Apr 09 14:35:33 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.5'
+version = '0.1.6'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []