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

Malthe Borch mborch at gmail.com
Fri Apr 24 08:09:07 EDT 2009


Log message for revision 99466:
  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-04-24 12:06:45 UTC (rev 99465)
+++ z3c.pt/trunk/CHANGES.txt	2009-04-24 12:09:07 UTC (rev 99466)
@@ -1,7 +1,8 @@
 Changelog
 ---------
 
-In the next release
+1.0b15 (2009/04/24)
+~~~~~~~~~~~~~~~~~~~
 
 - Make sure the path expression is a simple string, not
   unicode. [malthe]

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2009-04-24 12:06:45 UTC (rev 99465)
+++ z3c.pt/trunk/setup.py	2009-04-24 12:09:07 UTC (rev 99466)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0b14'
+version = '1.0b15'
 
 install_requires = [
     'setuptools',
@@ -9,8 +9,7 @@
     'zope.i18n >= 3.5',
     'zope.traversing',
     'zope.contentprovider',
-    'chameleon.core >= 1.0b25',
-    'chameleon.zpt >= 1.0b12',
+    'chameleon.zpt >= 1.0b16',
     ]
 
 if sys.version_info[:3] < (2,5,0):
@@ -39,5 +38,4 @@
       include_package_data=True,
       zip_safe=False,
       install_requires=install_requires,
-      extras_require={'lxml':['lxml>=2.1.1']},
       )



More information about the Checkins mailing list