[Checkins] SVN: zope.location/trunk/ Fixed a typo in the configure.zcml.

Fabio Tranchitella kobold at kobold.it
Wed Dec 23 16:51:53 EST 2009


Log message for revision 107024:
  Fixed a typo in the configure.zcml.

Changed:
  U   zope.location/trunk/CHANGES.txt
  U   zope.location/trunk/setup.py
  U   zope.location/trunk/src/zope/location/configure.zcml

-=-
Modified: zope.location/trunk/CHANGES.txt
===================================================================
--- zope.location/trunk/CHANGES.txt	2009-12-23 21:21:53 UTC (rev 107023)
+++ zope.location/trunk/CHANGES.txt	2009-12-23 21:51:52 UTC (rev 107024)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.8.2 (2009-12-23)
+------------------
+
+- Fixed a typo in the configure.zcml.
+
 3.8.1 (2009-12-23)
 ------------------
 

Modified: zope.location/trunk/setup.py
===================================================================
--- zope.location/trunk/setup.py	2009-12-23 21:21:53 UTC (rev 107023)
+++ zope.location/trunk/setup.py	2009-12-23 21:51:52 UTC (rev 107024)
@@ -26,7 +26,7 @@
     return text
 
 setup(name='zope.location',
-      version = '3.8.2dev',
+      version = '3.8.2',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Location',

Modified: zope.location/trunk/src/zope/location/configure.zcml
===================================================================
--- zope.location/trunk/src/zope/location/configure.zcml	2009-12-23 21:21:53 UTC (rev 107023)
+++ zope.location/trunk/src/zope/location/configure.zcml	2009-12-23 21:51:52 UTC (rev 107024)
@@ -1,5 +1,5 @@
 <configure xmlns="http://namespaces.zope.org/zope"
-           zcml:xmlns="http://namespaces.zope.org/zcml">
+           xmlns:zcml="http://namespaces.zope.org/zcml">
 
   <adapter factory=".location.LocationProxy" />
   <adapter zcml:condition="installed zope.copy"



More information about the checkins mailing list