[Checkins] SVN: zc.recipe.macro/trunk/ Fix minor ReST issues. Hopefully we'll be able to release better now.

Aaron Lehmann aaron at zope.com
Thu Mar 5 02:49:18 EST 2009


Log message for revision 97520:
  Fix minor ReST issues.  Hopefully we'll be able to release better now.
  
  

Changed:
  U   zc.recipe.macro/trunk/CHANGES.txt
  U   zc.recipe.macro/trunk/setup.py
  U   zc.recipe.macro/trunk/src/zc/recipe/macro/QUICKSTART.txt

-=-
Modified: zc.recipe.macro/trunk/CHANGES.txt
===================================================================
--- zc.recipe.macro/trunk/CHANGES.txt	2009-03-05 07:12:01 UTC (rev 97519)
+++ zc.recipe.macro/trunk/CHANGES.txt	2009-03-05 07:49:18 UTC (rev 97520)
@@ -1,7 +1,7 @@
 CHANGES
 =======
 
-1.2.5 (unreleased)
+1.2.5 (2009-03-05)
 ------------------
 
 - Removed version sections from the documentation.
@@ -24,26 +24,22 @@
 - Fixed addition of targets so that they will show up properly when one calls
   buildout.keys().
 
-
 1.2.3 (2008-07-11)
 ------------------
 
 - Fixed a bug in the CHANGES ReST
 
-
 1.2.2 (2008-07-11)
 ------------------
 
 - Fixed a bug in setup.py where setuptools was not being imported
 - Changed date format in CHANGES.txt to YYYY-MM-DD
 
-
 1.2.1 (2008-07-10)
 ------------------
 
 - Fixed a typo in the quickstart
 
-
 1.2.0 (2008-07-10)
 ------------------
 

Modified: zc.recipe.macro/trunk/setup.py
===================================================================
--- zc.recipe.macro/trunk/setup.py	2009-03-05 07:12:01 UTC (rev 97519)
+++ zc.recipe.macro/trunk/setup.py	2009-03-05 07:49:18 UTC (rev 97520)
@@ -86,7 +86,6 @@
     description="Macro-recipe for buildout.",
     long_description=text(
         'src/zc/recipe/macro/QUICKSTART.txt',
-        "=======\nChanges\n=======\n\n",
         'CHANGES.txt',
         out=True),
     keywords="development build macro",

Modified: zc.recipe.macro/trunk/src/zc/recipe/macro/QUICKSTART.txt
===================================================================
--- zc.recipe.macro/trunk/src/zc/recipe/macro/QUICKSTART.txt	2009-03-05 07:12:01 UTC (rev 97519)
+++ zc.recipe.macro/trunk/src/zc/recipe/macro/QUICKSTART.txt	2009-03-05 07:49:18 UTC (rev 97520)
@@ -246,3 +246,4 @@
     [tired-rocker]
     question = Why does tired-rocker rock all night?
     recipe = zc.recipe.macro:empty
+



More information about the Checkins mailing list