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

Malthe Borch mborch at gmail.com
Thu Feb 19 12:21:28 EST 2009


Log message for revision 96776:
  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-02-19 17:20:42 UTC (rev 96775)
+++ z3c.pt/trunk/CHANGES.txt	2009-02-19 17:21:28 UTC (rev 96776)
@@ -1,6 +1,9 @@
 Changelog
 ---------
 
+Version 1.0b9 - February 19, 2009
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - When evaluating path-expressions at runtime (e.g. the ``path``
   method), run the source through the transform first to support
   dynamic scope. [malthe]

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2009-02-19 17:20:42 UTC (rev 96775)
+++ z3c.pt/trunk/setup.py	2009-02-19 17:21:28 UTC (rev 96776)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0b8'
+version = '1.0b9'
 
 install_requires = [
     'setuptools',
@@ -9,7 +9,7 @@
     'zope.i18n >= 3.5',
     'zope.traversing',
     'zope.contentprovider',
-    'chameleon.core >= 1.0b17',
+    'chameleon.core >= 1.0b18',
     'chameleon.zpt >= 1.0b9',
     ]
 



More information about the Checkins mailing list