[Checkins] SVN: z3c.relationfield/trunk/ Sigh, seems this release was broken

Martin Aspeli optilude at gmx.net
Sun Oct 11 08:08:10 EDT 2009


Log message for revision 105012:
  Sigh, seems this release was broken

Changed:
  U   z3c.relationfield/trunk/CHANGES.txt
  U   z3c.relationfield/trunk/setup.py

-=-
Modified: z3c.relationfield/trunk/CHANGES.txt
===================================================================
--- z3c.relationfield/trunk/CHANGES.txt	2009-10-11 10:25:00 UTC (rev 105011)
+++ z3c.relationfield/trunk/CHANGES.txt	2009-10-11 12:08:08 UTC (rev 105012)
@@ -1,12 +1,11 @@
 CHANGES
 *******
 
-0.7 (unreleased)
+0.5.1 (2009-10-11)
 ================
 
-- Nothing changed yet.
+- Fixes broken release
 
-
 0.6 (2009-10-11)
 ================
 

Modified: z3c.relationfield/trunk/setup.py
===================================================================
--- z3c.relationfield/trunk/setup.py	2009-10-11 10:25:00 UTC (rev 105011)
+++ z3c.relationfield/trunk/setup.py	2009-10-11 12:08:08 UTC (rev 105012)
@@ -15,7 +15,7 @@
 
 setup(
     name='z3c.relationfield',
-    version = '0.7dev',
+    version = '0.6.1',
     description="A relation field framework for Zope 3.",
     long_description=long_description,
     classifiers=[],



More information about the checkins mailing list