[Checkins] SVN: z3c.recipe.runscript/trunk/ Get ready for release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Apr 18 03:42:36 EDT 2008


Log message for revision 85464:
  Get ready for release.
  

Changed:
  _U  z3c.recipe.runscript/trunk/
  U   z3c.recipe.runscript/trunk/CHANGES.txt
  U   z3c.recipe.runscript/trunk/setup.py
  _U  z3c.recipe.runscript/trunk/src/

-=-

Property changes on: z3c.recipe.runscript/trunk
___________________________________________________________________
Name: svn:ignore
   + .installed.cfg
bin
develop-eggs
dist
parts


Modified: z3c.recipe.runscript/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.runscript/trunk/CHANGES.txt	2008-04-17 19:32:45 UTC (rev 85463)
+++ z3c.recipe.runscript/trunk/CHANGES.txt	2008-04-18 07:42:35 UTC (rev 85464)
@@ -2,7 +2,13 @@
 CHANGES
 =======
 
-Version 0.1.0 (??/??/2007)
--------------------------
+Version 0.1.1 (2008-04-18)
+--------------------------
 
+- Bug: Fix release to include CHANGES.txt.
+
+
+Version 0.1.0 (2007-07-30)
+--------------------------
+
 - Initial Release

Modified: z3c.recipe.runscript/trunk/setup.py
===================================================================
--- z3c.recipe.runscript/trunk/setup.py	2008-04-17 19:32:45 UTC (rev 85463)
+++ z3c.recipe.runscript/trunk/setup.py	2008-04-18 07:42:35 UTC (rev 85464)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.recipe.runscript',
-    version='0.1.0',
+    version='0.1.1',
     author = "Stephan Richter and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "A recipe that runs any script to install a part.",
@@ -33,6 +33,8 @@
         'Detailed Documentation\n'
         '**********************'
         + '\n\n' +
+        read('src', 'z3c', 'recipe', 'runscript', 'README.txt')
+        + '\n\n' +
         read('CHANGES.txt')
         ),
     license = "ZPL 2.1",


Property changes on: z3c.recipe.runscript/trunk/src
___________________________________________________________________
Name: svn:ignore
   + z3c.recipe.runscript.egg-info




More information about the Checkins mailing list