[Checkins] SVN: zope.app.schema/tags/3.5.0/ Tag 3.5.0

Dan Korostelev nadako at gmail.com
Tue Dec 16 03:29:43 EST 2008


Log message for revision 94099:
  Tag 3.5.0

Changed:
  A   zope.app.schema/tags/3.5.0/
  U   zope.app.schema/tags/3.5.0/CHANGES.txt
  U   zope.app.schema/tags/3.5.0/setup.py

-=-
Modified: zope.app.schema/tags/3.5.0/CHANGES.txt
===================================================================
--- zope.app.schema/trunk/CHANGES.txt	2008-12-16 08:25:06 UTC (rev 94098)
+++ zope.app.schema/tags/3.5.0/CHANGES.txt	2008-12-16 08:29:43 UTC (rev 94099)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.0 (unreleased)
+3.5.0 (2008-12-16)
 ------------------
 
 - Remove deprecated ``vocabulary`` directive.

Modified: zope.app.schema/tags/3.5.0/setup.py
===================================================================
--- zope.app.schema/trunk/setup.py	2008-12-16 08:25:06 UTC (rev 94098)
+++ zope.app.schema/tags/3.5.0/setup.py	2008-12-16 08:29:43 UTC (rev 94099)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.schema',
-      version = '3.5.0dev',
+      version = '3.5.0',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Component Architecture based Vocabulary Registry',



More information about the Checkins mailing list