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

Dan Korostelev nadako at gmail.com
Mon Feb 9 05:17:47 EST 2009


Log message for revision 96299:
  Bump version.

Changed:
  U   zc.copy/trunk/CHANGES.txt
  U   zc.copy/trunk/buildout.cfg
  U   zc.copy/trunk/setup.py

-=-
Modified: zc.copy/trunk/CHANGES.txt
===================================================================
--- zc.copy/trunk/CHANGES.txt	2009-02-09 10:17:14 UTC (rev 96298)
+++ zc.copy/trunk/CHANGES.txt	2009-02-09 10:17:47 UTC (rev 96299)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-1.2 (unreleased)
+1.3 (unreleased)
 ----------------
 
+- ...
+
+1.2 (2009-02-09)
+----------------
+
 - Merge this package's functionality back to zope.copypastemove,
   zope.location and zope.copy. The new zope.copy package now contains
   copy and clone functions as well as CopyPersistent helper class and

Modified: zc.copy/trunk/buildout.cfg
===================================================================
--- zc.copy/trunk/buildout.cfg	2009-02-09 10:17:14 UTC (rev 96298)
+++ zc.copy/trunk/buildout.cfg	2009-02-09 10:17:47 UTC (rev 96299)
@@ -1,5 +1,5 @@
 [buildout]
-develop = . ../zope.location
+develop = .
 parts = test
 
 [test]

Modified: zc.copy/trunk/setup.py
===================================================================
--- zc.copy/trunk/setup.py	2009-02-09 10:17:14 UTC (rev 96298)
+++ zc.copy/trunk/setup.py	2009-02-09 10:17:47 UTC (rev 96299)
@@ -2,12 +2,12 @@
 
 setup(
     name="zc.copy",
-    version="1.2",
+    version="1.3dev",
     install_requires=[
         'setuptools',
         'zope.copy',
         'zope.copypastemove>=3.5.1',
-        'zope.location>=3.5.3dev',
+        'zope.location>=3.5.3',
         ],
     packages=find_packages('src'),
     include_package_data=True,



More information about the Checkins mailing list