[Checkins] SVN: z3c.recipe.eggbasket/trunk/ Prepare release. version = 0.3.0

Maurits van Rees m.van.rees at zestsoftware.nl
Thu May 29 14:59:07 EDT 2008


Log message for revision 87056:
  Prepare release.  version = 0.3.0

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

-=-
Modified: z3c.recipe.eggbasket/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.eggbasket/trunk/CHANGES.txt	2008-05-29 18:56:47 UTC (rev 87055)
+++ z3c.recipe.eggbasket/trunk/CHANGES.txt	2008-05-29 18:59:06 UTC (rev 87056)
@@ -1,5 +1,5 @@
-0.3.0 (unreleased)
-==================
+0.3.0 (30 May 2008)
+===================
 
  - Now also downloading extra Windows specific eggs when creating the
    tarball, as long as they are on the cheese shop.  [maurits]

Modified: z3c.recipe.eggbasket/trunk/setup.py
===================================================================
--- z3c.recipe.eggbasket/trunk/setup.py	2008-05-29 18:56:47 UTC (rev 87055)
+++ z3c.recipe.eggbasket/trunk/setup.py	2008-05-29 18:59:06 UTC (rev 87056)
@@ -8,7 +8,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.3.0dev'
+version = '0.3.0'
 
 long_description = (
     'Change history\n'



More information about the Checkins mailing list