[Checkins] SVN: hurry.workflow/trunk/ Preparing release 0.13

Martijn Faassen cvs-admin at zope.org
Thu Jan 17 15:25:36 UTC 2013


Log message for revision 129040:
  Preparing release 0.13

Changed:
  U   hurry.workflow/trunk/CHANGES.txt
  U   hurry.workflow/trunk/setup.py

-=-
Modified: hurry.workflow/trunk/CHANGES.txt
===================================================================
--- hurry.workflow/trunk/CHANGES.txt	2013-01-17 15:25:28 UTC (rev 129039)
+++ hurry.workflow/trunk/CHANGES.txt	2013-01-17 15:25:35 UTC (rev 129040)
@@ -2,7 +2,7 @@
 hurry.workflow changes
 ======================
 
-0.13 (unreleased)
+0.13 (2013-01-17)
 =================
 
 * ``NoTransitionAvailableError`` gained a ``source`` and ``destination``

Modified: hurry.workflow/trunk/setup.py
===================================================================
--- hurry.workflow/trunk/setup.py	2013-01-17 15:25:28 UTC (rev 129039)
+++ hurry.workflow/trunk/setup.py	2013-01-17 15:25:35 UTC (rev 129040)
@@ -20,7 +20,7 @@
 
 setup(
     name="hurry.workflow",
-    version='0.13.dev0',
+    version='0.13',
     packages=find_packages('src'),
     
     package_dir= {'':'src'},



More information about the checkins mailing list