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

Reinout van Rees reinout at vanrees.org
Tue Nov 10 09:41:14 EST 2009


Log message for revision 105562:
  Preparing release 1.0

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-11-10 14:40:34 UTC (rev 105561)
+++ z3c.recipe.usercrontab/trunk/CHANGES.txt	2009-11-10 14:41:13 UTC (rev 105562)
@@ -1,7 +1,7 @@
 z3c.recipe.usercrontab changes
 ==============================
 
-0.8 (unreleased)
+1.0 (2009-11-10)
 ----------------
 
 - Only small documentation changes; version bumped to 1.0 to signal

Modified: z3c.recipe.usercrontab/trunk/setup.py
===================================================================
--- z3c.recipe.usercrontab/trunk/setup.py	2009-11-10 14:40:34 UTC (rev 105561)
+++ z3c.recipe.usercrontab/trunk/setup.py	2009-11-10 14:41:13 UTC (rev 105562)
@@ -11,7 +11,7 @@
 import os
 from setuptools import setup, find_packages
 
-version = '0.8dev'
+version = '1.0'
 name = 'z3c.recipe.usercrontab'
 
 def read(*rnames):



More information about the checkins mailing list