[Checkins] SVN: z3c.authenticator/trunk/ prepare for release

Roger Ineichen roger at projekt01.ch
Mon May 11 11:10:24 EDT 2009


Log message for revision 99844:
  prepare for release

Changed:
  U   z3c.authenticator/trunk/CHANGES.txt
  U   z3c.authenticator/trunk/README.txt
  U   z3c.authenticator/trunk/setup.py

-=-
Modified: z3c.authenticator/trunk/CHANGES.txt
===================================================================
--- z3c.authenticator/trunk/CHANGES.txt	2009-05-11 15:08:09 UTC (rev 99843)
+++ z3c.authenticator/trunk/CHANGES.txt	2009-05-11 15:10:24 UTC (rev 99844)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-Version 0.6.1 (unreleased)
+Version 0.7.0 (2009-05-11)
 --------------------------
 
 - Update dependencies:
@@ -16,6 +16,7 @@
 
 - Drop dependency on z3c.i18n and recreate a message factory instead.
 
+
 Version 0.6.0 (2009-01-04)
 --------------------------
 

Modified: z3c.authenticator/trunk/README.txt
===================================================================
--- z3c.authenticator/trunk/README.txt	2009-05-11 15:08:09 UTC (rev 99843)
+++ z3c.authenticator/trunk/README.txt	2009-05-11 15:10:24 UTC (rev 99844)
@@ -2,5 +2,3 @@
 this implementation is independent of zope.app.authentication and it doesn't
 depend on that package. This means it doesn't even use the credential or
 authentication plugins offered from zope.app.authentication package.
-I only recommend using this package if you need to implement own authentication
-concepts and you don't like to use zope.app.authentication as dependency.

Modified: z3c.authenticator/trunk/setup.py
===================================================================
--- z3c.authenticator/trunk/setup.py	2009-05-11 15:08:09 UTC (rev 99843)
+++ z3c.authenticator/trunk/setup.py	2009-05-11 15:10:24 UTC (rev 99844)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.authenticator',
-    version='0.6.1dev',
+    version='0.7.0',
     author = "Roger Ineichen and the Zope Community",
     author_email = "zope-dev at zope.org",
     description = "IAuthentication implementation for for Zope3",



More information about the Checkins mailing list