[Checkins] SVN: zope.fssync/branches/achapman-error-collection/ this is a feature change, not a bug-fix

Fred Drake cvs-admin at zope.org
Thu Mar 15 13:39:16 UTC 2012


Log message for revision 124607:
  this is a feature change, not a bug-fix

Changed:
  U   zope.fssync/branches/achapman-error-collection/CHANGES.txt
  U   zope.fssync/branches/achapman-error-collection/setup.py

-=-
Modified: zope.fssync/branches/achapman-error-collection/CHANGES.txt
===================================================================
--- zope.fssync/branches/achapman-error-collection/CHANGES.txt	2012-03-15 13:31:53 UTC (rev 124606)
+++ zope.fssync/branches/achapman-error-collection/CHANGES.txt	2012-03-15 13:39:13 UTC (rev 124607)
@@ -1,15 +1,9 @@
 Changes
 =======
 
-3.5.4 (UNRELEASED)
+3.6.0 (unreleased)
 ------------------
 
---
-
-
-3.5.3 (2011-01-04)
-------------------
-
 - Commit task will collect errors and send them all back rather
   than stopping on the first error encountered.
 

Modified: zope.fssync/branches/achapman-error-collection/setup.py
===================================================================
--- zope.fssync/branches/achapman-error-collection/setup.py	2012-03-15 13:31:53 UTC (rev 124606)
+++ zope.fssync/branches/achapman-error-collection/setup.py	2012-03-15 13:39:13 UTC (rev 124607)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.fssync',
-      version = '3.5.4dev',
+      version = '3.6.0dev',
       url='http://pypi.python.org/pypi/zope.fssync',
       license='ZPL 2.1',
       description="Filesystem synchronization utility for Zope 3.",



More information about the checkins mailing list