[Checkins] SVN: zc.recipe.deployment/trunk/

Fred Drake cvs-admin at zope.org
Fri Mar 8 22:16:17 UTC 2013


Log message for revision 130070:
  

Changed:
  U   zc.recipe.deployment/trunk/README.txt
  U   zc.recipe.deployment/trunk/setup.py

-=-
Modified: zc.recipe.deployment/trunk/README.txt
===================================================================
--- zc.recipe.deployment/trunk/README.txt	2013-03-08 22:10:35 UTC (rev 130069)
+++ zc.recipe.deployment/trunk/README.txt	2013-03-08 22:16:17 UTC (rev 130070)
@@ -27,8 +27,8 @@
 
 lib-directory
     The name of the directory where application instances should write
-    valuable data.  This is /var/lib/NAME, where NAME is
-    the deployment name.
+    valuable data.  This is /var/lib/NAME, where NAME is the deployment
+    name.
 
 log-directory
     The name of the directory where application instances should write

Modified: zc.recipe.deployment/trunk/setup.py
===================================================================
--- zc.recipe.deployment/trunk/setup.py	2013-03-08 22:10:35 UTC (rev 130069)
+++ zc.recipe.deployment/trunk/setup.py	2013-03-08 22:16:17 UTC (rev 130070)
@@ -22,7 +22,7 @@
 
 setup(
     name = name,
-    version = '0.9.1dev',
+    version = '0.10.0dev',
     author = 'Jim Fulton',
     author_email = 'jim at zope.com',
     description = 'ZC Buildout recipe for Unix deployments',



More information about the checkins mailing list