[Checkins] SVN: zope.copypastemove/trunk/ Preparing release 3.7.0

Michael Howitz mh at gocept.com
Tue Sep 14 06:08:54 EDT 2010


Log message for revision 116359:
  Preparing release 3.7.0

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

-=-
Modified: zope.copypastemove/trunk/CHANGES.txt
===================================================================
--- zope.copypastemove/trunk/CHANGES.txt	2010-09-14 10:05:39 UTC (rev 116358)
+++ zope.copypastemove/trunk/CHANGES.txt	2010-09-14 10:08:54 UTC (rev 116359)
@@ -2,13 +2,14 @@
 CHANGES
 =======
 
-3.6.1 (unreleased)
+3.7.0 (2010-09-14)
 ------------------
 
 - Honor the name given by the ``IObjectMover`` in
-  ``OrderedContainerItemRenamer.renameItem``.  Thanks to Marius Gedminas
-  for the patch, and to Justin Ryan for the test.
-  Fixes https://bugs.launchpad.net/zope.copypastemove/+bug/98385.
+  ``OrderedContainerItemRenamer.renameItem``. It now returns the new of the
+  obejct, too. Thanks to Marius Gedminas for the patch, and to Justin Ryan
+  for the test.  Fixes
+  https://bugs.launchpad.net/zope.copypastemove/+bug/98385.
 
 - Add a check for name and container if the namechooser computes a
   name which is the same as the current name.

Modified: zope.copypastemove/trunk/setup.py
===================================================================
--- zope.copypastemove/trunk/setup.py	2010-09-14 10:05:39 UTC (rev 116358)
+++ zope.copypastemove/trunk/setup.py	2010-09-14 10:08:54 UTC (rev 116359)
@@ -17,7 +17,7 @@
 # Zope Toolkit policies as described by this documentation.
 ##############################################################################
 
-version = '3.6.1dev'
+version = '3.7.0'
 
 from setuptools import setup, find_packages
 



More information about the checkins mailing list