--- a/buildout.cfg Thu Oct 08 09:56:56 2015 +0200
+++ b/buildout.cfg Thu Oct 08 09:57:50 2015 +0200
@@ -66,4 +66,4 @@
eggs = pyams_ldap [test]
[versions]
-pyams_base = 0.1.0
+pyams_ldap = 0.1.1
--- a/docs/HISTORY.txt Thu Oct 08 09:56:56 2015 +0200
+++ b/docs/HISTORY.txt Thu Oct 08 09:57:50 2015 +0200
@@ -0,0 +1,10 @@
+History
+=======
+
+0.1.1
+-----
+ - use named permissions
+
+0.1.0
+-----
+ - First release
--- a/setup.py Thu Oct 08 09:56:56 2015 +0200
+++ b/setup.py Thu Oct 08 09:57:50 2015 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.0'
+version = '0.1.1'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_ldap.egg-info/PKG-INFO Thu Oct 08 09:56:56 2015 +0200
+++ b/src/pyams_ldap.egg-info/PKG-INFO Thu Oct 08 09:57:50 2015 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-ldap
-Version: 0.1.0
+Version: 0.1.1
Summary: PyAMS interfaces and classes for LDAP authentication
Home-page: http://hg.ztfy.org/pyams/pyams_ldap
Author: Thierry Florac
@@ -8,6 +8,16 @@
License: ZPL
Description:
+ History
+ =======
+
+ 0.1.1
+ -----
+ - use named permissions
+
+ 0.1.0
+ -----
+ - First release
Keywords: Pyramid PyAMS LDAP
Platform: UNKNOWN