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

Malthe Borch mborch at gmail.com
Fri Feb 13 13:23:00 EST 2009


Log message for revision 96498:
  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-13 16:57:26 UTC (rev 96497)
+++ z3c.pt/trunk/CHANGES.txt	2009-02-13 18:23:00 UTC (rev 96498)
@@ -1,7 +1,8 @@
 Changelog
 ---------
 
-In next version
+Version 1.0b7 - February 13, 2009
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 - Fixed issue where symbol mapping would not be carried through under
   a negation (not). [malthe]

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2009-02-13 16:57:26 UTC (rev 96497)
+++ z3c.pt/trunk/setup.py	2009-02-13 18:23:00 UTC (rev 96498)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0b6'
+version = '1.0b7'
 
 install_requires = [
     'setuptools',
@@ -9,8 +9,8 @@
     'zope.i18n >= 3.5',
     'zope.traversing',
     'zope.contentprovider',
-    'chameleon.core >= 1.0b14',
-    'chameleon.zpt >= 1.0b8',
+    'chameleon.core >= 1.0b17',
+    'chameleon.zpt >= 1.0b9',
     ]
 
 if sys.version_info[:3] < (2,5,0):



More information about the Checkins mailing list