[Checkins] SVN: zope.login/trunk/ Prepare zope.login 1.0.0.

Hanno Schlichting hannosch at hannosch.eu
Thu Dec 31 12:02:19 EST 2009


Log message for revision 107457:
  Prepare zope.login 1.0.0.

Changed:
  U   zope.login/trunk/CHANGES.txt
  U   zope.login/trunk/setup.py

-=-
Modified: zope.login/trunk/CHANGES.txt
===================================================================
--- zope.login/trunk/CHANGES.txt	2009-12-31 17:00:02 UTC (rev 107456)
+++ zope.login/trunk/CHANGES.txt	2009-12-31 17:02:19 UTC (rev 107457)
@@ -1,7 +1,8 @@
 Changelog
 =========
 
-1.0 (unreleased)
-----------------
+1.0.0 (2009-12-31)
+------------------
 
-- ...
+- Extracted BasicAuthAdapter and FTPAuth adapters from zope.publisher. They
+  should have never gone into that package in the first place.

Modified: zope.login/trunk/setup.py
===================================================================
--- zope.login/trunk/setup.py	2009-12-31 17:00:02 UTC (rev 107456)
+++ zope.login/trunk/setup.py	2009-12-31 17:02:19 UTC (rev 107457)
@@ -19,7 +19,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.login',
-      version = '1.0dev',
+      version = '1.0.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Login helpers for zope.publisher / authentication.',



More information about the checkins mailing list