[Checkins] SVN: zc.recipe.macro/trunk/ Bump the version to dev, make a fix to the ReST.

Aaron Lehmann aaron at zope.com
Thu Jul 10 23:45:55 EDT 2008


Log message for revision 88239:
  Bump the version to dev, make a fix to the ReST.
  
  

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	2008-07-11 03:44:25 UTC (rev 88238)
+++ zc.recipe.macro/trunk/CHANGES.txt	2008-07-11 03:45:54 UTC (rev 88239)
@@ -1,6 +1,12 @@
 CHANGES
 =======
 
+1.2.1 (07-10-2008) 
+-------------------
+
+Fixed a typo in the quickstart
+
+
 1.2.0 (07-10-2008) 
 -------------------
 

Modified: zc.recipe.macro/trunk/setup.py
===================================================================
--- zc.recipe.macro/trunk/setup.py	2008-07-11 03:44:25 UTC (rev 88238)
+++ zc.recipe.macro/trunk/setup.py	2008-07-11 03:45:54 UTC (rev 88239)
@@ -81,7 +81,7 @@
 
 setuptools.setup(
     name="zc.recipe.macro",
-    version="1.2.0",
+    version="1.3.0dev",
     description="Macro-recipe for buildout.",
     long_description=text(
         'src/zc/recipe/macro/QUICKSTART.txt',

Modified: zc.recipe.macro/trunk/src/zc/recipe/macro/QUICKSTART.txt
===================================================================
--- zc.recipe.macro/trunk/src/zc/recipe/macro/QUICKSTART.txt	2008-07-11 03:44:25 UTC (rev 88238)
+++ zc.recipe.macro/trunk/src/zc/recipe/macro/QUICKSTART.txt	2008-07-11 03:45:54 UTC (rev 88239)
@@ -9,7 +9,7 @@
 ---------
 
 In the most basic use of a macro, a section invokes the macro on itself, and
-uses itself as the parameter provider:
+uses itself as the parameter provider::
 
     [buildout]
     parts = hard-rocker



More information about the Checkins mailing list