[Checkins] SVN: zope.fssync/trunk/ Preparing release 3.6.1

Thomas Lotze cvs-admin at zope.org
Thu May 2 10:47:28 UTC 2013


Log message for revision 130225:
  Preparing release 3.6.1

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

-=-
Modified: zope.fssync/trunk/CHANGES.txt
===================================================================
--- zope.fssync/trunk/CHANGES.txt	2013-05-02 10:43:58 UTC (rev 130224)
+++ zope.fssync/trunk/CHANGES.txt	2013-05-02 10:47:27 UTC (rev 130225)
@@ -1,7 +1,7 @@
 Changes
 =======
 
-3.6.1 (unreleased)
+3.6.1 (2013-05-02)
 ------------------
 
 - Fixed exception raising on unpickling errors when checking in.

Modified: zope.fssync/trunk/setup.py
===================================================================
--- zope.fssync/trunk/setup.py	2013-05-02 10:43:58 UTC (rev 130224)
+++ zope.fssync/trunk/setup.py	2013-05-02 10:47:27 UTC (rev 130225)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.fssync',
-      version = '3.6.1dev',
+      version='3.6.1',
       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