[Checkins] SVN: z3c.pt/trunk/ Preparing release.

Malthe Borch mborch at gmail.com
Mon Mar 23 08:23:06 EDT 2009


Log message for revision 98315:
  Preparing release.

Changed:
  U   z3c.pt/trunk/CHANGES.txt
  U   z3c.pt/trunk/setup.py

-=-
Modified: z3c.pt/trunk/CHANGES.txt
===================================================================
--- z3c.pt/trunk/CHANGES.txt	2009-03-23 12:11:14 UTC (rev 98314)
+++ z3c.pt/trunk/CHANGES.txt	2009-03-23 12:23:06 UTC (rev 98315)
@@ -1,10 +1,11 @@
 Changelog
 ---------
 
-In next release
+1.0b13 (2009/03/23)
+~~~~~~~~~~~~~~~~~~~
 
-- Path expressions give preference to dictionary items instead of
-  dictionary attributes. [sidnei, malthe]
+- When traversing on dictionaries, only exposes dictionary items
+  (never attributes); this is to avoid ambiguity. [sidnei, malthe]
 
 - Path expressions need to pass further path items in reverse order to
   traversePathElement, because that's what it expects. [sidnei]

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2009-03-23 12:11:14 UTC (rev 98314)
+++ z3c.pt/trunk/setup.py	2009-03-23 12:23:06 UTC (rev 98315)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0b12'
+version = '1.0b13'
 
 install_requires = [
     'setuptools',
@@ -9,7 +9,7 @@
     'zope.i18n >= 3.5',
     'zope.traversing',
     'zope.contentprovider',
-    'chameleon.core >= 1.0b22',
+    'chameleon.core >= 1.0b23',
     'chameleon.zpt >= 1.0b11',
     ]
 



More information about the Checkins mailing list