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

Dan Korostelev nadako at gmail.com
Sun Feb 8 17:27:49 EST 2009


Log message for revision 96281:
  Bump version.

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

-=-
Modified: zope.copy/trunk/CHANGES.txt
===================================================================
--- zope.copy/trunk/CHANGES.txt	2009-02-08 22:27:11 UTC (rev 96280)
+++ zope.copy/trunk/CHANGES.txt	2009-02-08 22:27:49 UTC (rev 96281)
@@ -2,8 +2,13 @@
 CHANGES
 =======
 
-3.5.0 (unreleased)
+3.5.1 (unreleased)
 ------------------
 
+- ...
+
+3.5.0 (2009-02-09)
+------------------
+
 - Initial release. The functionality was extracted from ``zc.copy`` to
   provide a generic object copying mechanism with minimal dependencies.

Modified: zope.copy/trunk/setup.py
===================================================================
--- zope.copy/trunk/setup.py	2009-02-08 22:27:11 UTC (rev 96280)
+++ zope.copy/trunk/setup.py	2009-02-08 22:27:49 UTC (rev 96281)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.copy',
-      version = '3.5.0dev',
+      version = '3.5.1dev',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable object copying mechanism',



More information about the Checkins mailing list