[Checkins] SVN: z3c.recipe.usercrontab/t Update version in setup.py

Jasper Spaans jspaans at thehealthagency.com
Wed Feb 25 16:40:45 EST 2009


Log message for revision 97276:
  Update version in setup.py

Changed:
  U   z3c.recipe.usercrontab/tags/0.4/setup.py
  U   z3c.recipe.usercrontab/trunk/setup.py

-=-
Modified: z3c.recipe.usercrontab/tags/0.4/setup.py
===================================================================
--- z3c.recipe.usercrontab/tags/0.4/setup.py	2009-02-25 21:37:18 UTC (rev 97275)
+++ z3c.recipe.usercrontab/tags/0.4/setup.py	2009-02-25 21:40:45 UTC (rev 97276)
@@ -11,7 +11,7 @@
 import os
 from setuptools import setup, find_packages
 
-version = '0.4dev'
+version = '0.4'
 name = 'z3c.recipe.usercrontab'
 
 def read(*rnames):

Modified: z3c.recipe.usercrontab/trunk/setup.py
===================================================================
--- z3c.recipe.usercrontab/trunk/setup.py	2009-02-25 21:37:18 UTC (rev 97275)
+++ z3c.recipe.usercrontab/trunk/setup.py	2009-02-25 21:40:45 UTC (rev 97276)
@@ -11,7 +11,7 @@
 import os
 from setuptools import setup, find_packages
 
-version = '0.4dev'
+version = '0.5dev'
 name = 'z3c.recipe.usercrontab'
 
 def read(*rnames):



More information about the Checkins mailing list