[Checkins] SVN: z3c.pt/trunk/ Use 1.3 branch of lxml for now.

Malthe Borch mborch at gmail.com
Wed Jan 2 06:04:11 EST 2008


Log message for revision 82640:
  Use 1.3 branch of lxml for now.

Changed:
  U   z3c.pt/trunk/docs/HISTORY.txt
  U   z3c.pt/trunk/setup.py

-=-
Modified: z3c.pt/trunk/docs/HISTORY.txt
===================================================================
--- z3c.pt/trunk/docs/HISTORY.txt	2008-01-02 10:29:25 UTC (rev 82639)
+++ z3c.pt/trunk/docs/HISTORY.txt	2008-01-02 11:04:11 UTC (rev 82640)
@@ -1,6 +1,11 @@
 Changelog
 ---------
 
+Version 0.4 - in development
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+
+
 Version 0.3 - December 23, 2007
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2008-01-02 10:29:25 UTC (rev 82639)
+++ z3c.pt/trunk/setup.py	2008-01-02 11:04:11 UTC (rev 82640)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.3'
+version = '0.4'
 
 setup(name='z3c.pt',
       version=version,
@@ -23,7 +23,7 @@
       zip_safe=False,
       install_requires=[
           'setuptools',
-          'lxml',
+          'lxml<=1.3.6',
           'zope.i18n',
           # -*- Extra requirements: -*-
       ],



More information about the Checkins mailing list