[Checkins] SVN: z3c.soap/trunk/ Preparing release 0.5.1

Jean-Francois Roche jfroche at jfroche.be
Mon Dec 7 09:08:19 EST 2009


Log message for revision 106247:
  Preparing release 0.5.1

Changed:
  U   z3c.soap/trunk/buildout.cfg
  U   z3c.soap/trunk/docs/HISTORY.txt
  U   z3c.soap/trunk/setup.py
  U   z3c.soap/trunk/z3c/soap/configure.zcml

-=-
Modified: z3c.soap/trunk/buildout.cfg
===================================================================
--- z3c.soap/trunk/buildout.cfg	2009-12-07 13:08:01 UTC (rev 106246)
+++ z3c.soap/trunk/buildout.cfg	2009-12-07 14:08:19 UTC (rev 106247)
@@ -36,7 +36,6 @@
 
 zcml =
     z3c.soap
-    z3c.soap-meta
 
 [test]
 recipe = zc.recipe.testrunner

Modified: z3c.soap/trunk/docs/HISTORY.txt
===================================================================
--- z3c.soap/trunk/docs/HISTORY.txt	2009-12-07 13:08:01 UTC (rev 106246)
+++ z3c.soap/trunk/docs/HISTORY.txt	2009-12-07 14:08:19 UTC (rev 106247)
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+0.5.1 (2009-12-07)
+------------------
+
+* include meta file into configure
+
 0.5 - (2009-09-22)
 ------------------
 

Modified: z3c.soap/trunk/setup.py
===================================================================
--- z3c.soap/trunk/setup.py	2009-12-07 13:08:01 UTC (rev 106246)
+++ z3c.soap/trunk/setup.py	2009-12-07 14:08:19 UTC (rev 106247)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.4'
+version = '0.5.1'
 
 setup(name='z3c.soap',
       version=version,

Modified: z3c.soap/trunk/z3c/soap/configure.zcml
===================================================================
--- z3c.soap/trunk/z3c/soap/configure.zcml	2009-12-07 13:08:01 UTC (rev 106246)
+++ z3c.soap/trunk/z3c/soap/configure.zcml	2009-12-07 14:08:19 UTC (rev 106247)
@@ -1,6 +1,8 @@
 <configure xmlns="http://namespaces.zope.org/zope"
            i18n_domain="z3c.soap">
 
+  <include file="meta.zcml"/>
+
   <permission
       id="zope2.SOAPAccess"
       title="SOAP Access"/>



More information about the checkins mailing list