[Checkins] SVN: zope.app.schema/trunk/ Version bump.

Dan Korostelev nadako at gmail.com
Tue Dec 16 03:32:11 EST 2008


Log message for revision 94100:
  Version bump.

Changed:
  U   zope.app.schema/trunk/CHANGES.txt
  U   zope.app.schema/trunk/setup.py

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

Modified: zope.app.schema/trunk/setup.py
===================================================================
--- zope.app.schema/trunk/setup.py	2008-12-16 08:29:43 UTC (rev 94099)
+++ zope.app.schema/trunk/setup.py	2008-12-16 08:32:11 UTC (rev 94100)
@@ -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.1dev',
       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