[Checkins] SVN: zope.annotation/trunk/ Bump version.

Dan Korostelev nadako at gmail.com
Mon Sep 7 12:06:32 EDT 2009


Log message for revision 103613:
  Bump version.

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

-=-
Modified: zope.annotation/trunk/CHANGES.txt
===================================================================
--- zope.annotation/trunk/CHANGES.txt	2009-09-07 16:06:08 UTC (rev 103612)
+++ zope.annotation/trunk/CHANGES.txt	2009-09-07 16:06:32 UTC (rev 103613)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.5.0 (unreleased)
+3.5.1 (unreleased)
 ------------------
 
+- ...
+
+3.5.0 (2009-09-07)
+------------------
+
 - Add ZODB3 to install_requires, because it's a true requirement of this
   package, not just a testing requirement, as BTrees are in use.
 

Modified: zope.annotation/trunk/setup.py
===================================================================
--- zope.annotation/trunk/setup.py	2009-09-07 16:06:08 UTC (rev 103612)
+++ zope.annotation/trunk/setup.py	2009-09-07 16:06:32 UTC (rev 103613)
@@ -24,7 +24,7 @@
 
 setup(
     name='zope.annotation',
-    version='3.5.0dev',
+    version='3.5.1dev',
     url='http://pypi.python.org/pypi/zope.annotation',
     license='ZPL 2.1',
     description='Object annotation mechanism',



More information about the checkins mailing list