[Checkins] SVN: z3c.recipe.usercrontab/trunk/ Preparing release 0.7

Reinout van Rees reinout at vanrees.org
Mon Aug 24 06:26:39 EDT 2009


Log message for revision 103130:
  Preparing release 0.7

Changed:
  U   z3c.recipe.usercrontab/trunk/CHANGES.txt
  U   z3c.recipe.usercrontab/trunk/setup.py

-=-
Modified: z3c.recipe.usercrontab/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.usercrontab/trunk/CHANGES.txt	2009-08-24 10:26:15 UTC (rev 103129)
+++ z3c.recipe.usercrontab/trunk/CHANGES.txt	2009-08-24 10:26:39 UTC (rev 103130)
@@ -1,7 +1,7 @@
 z3c.recipe.usercrontab changes
 ==============================
 
-0.7 (unreleased)
+0.7 (2009-08-24)
 ----------------
 
 - The crontab now gets checked every time buildout runs, not only when there's

Modified: z3c.recipe.usercrontab/trunk/setup.py
===================================================================
--- z3c.recipe.usercrontab/trunk/setup.py	2009-08-24 10:26:15 UTC (rev 103129)
+++ z3c.recipe.usercrontab/trunk/setup.py	2009-08-24 10:26:39 UTC (rev 103130)
@@ -11,7 +11,7 @@
 import os
 from setuptools import setup, find_packages
 
-version = '0.7dev'
+version = '0.7'
 name = 'z3c.recipe.usercrontab'
 
 def read(*rnames):



More information about the Checkins mailing list