[Checkins] SVN: zc.recipe.deployment/branches/satchit-sharedconfig-recipe/ updated changelog and version.

Satchidanand Haridas satchit at zope.com
Tue May 18 10:15:38 EDT 2010


Log message for revision 112452:
  updated changelog and version.
  
  

Changed:
  U   zc.recipe.deployment/branches/satchit-sharedconfig-recipe/README.txt
  U   zc.recipe.deployment/branches/satchit-sharedconfig-recipe/setup.py

-=-
Modified: zc.recipe.deployment/branches/satchit-sharedconfig-recipe/README.txt
===================================================================
--- zc.recipe.deployment/branches/satchit-sharedconfig-recipe/README.txt	2010-05-18 14:15:02 UTC (rev 112451)
+++ zc.recipe.deployment/branches/satchit-sharedconfig-recipe/README.txt	2010-05-18 14:15:38 UTC (rev 112452)
@@ -46,6 +46,15 @@
 Changes
 *******
 
+0.8.0 (2010-05-18)
+==================
+
+Features Added
+--------------
+
+Added recipe for updating configuration files that may shared by
+multiple applications.
+
 0.7.1 (2010-03-05)
 ==================
 

Modified: zc.recipe.deployment/branches/satchit-sharedconfig-recipe/setup.py
===================================================================
--- zc.recipe.deployment/branches/satchit-sharedconfig-recipe/setup.py	2010-05-18 14:15:02 UTC (rev 112451)
+++ zc.recipe.deployment/branches/satchit-sharedconfig-recipe/setup.py	2010-05-18 14:15:38 UTC (rev 112452)
@@ -22,7 +22,7 @@
 
 setup(
     name = name,
-    version = '0.7dev',
+    version = '0.8dev',
     author = 'Jim Fulton',
     author_email = 'jim at zope.com',
     description = 'ZC Buildout recipe for Unix deployments',



More information about the checkins mailing list