[Checkins] SVN: Sandbox/malthe/chameleon.html/ Preparing release.

Malthe Borch mborch at gmail.com
Wed Dec 3 06:36:18 EST 2008


Log message for revision 93572:
  Preparing release.

Changed:
  U   Sandbox/malthe/chameleon.html/CHANGES.txt
  U   Sandbox/malthe/chameleon.html/setup.py

-=-
Modified: Sandbox/malthe/chameleon.html/CHANGES.txt
===================================================================
--- Sandbox/malthe/chameleon.html/CHANGES.txt	2008-12-03 11:35:00 UTC (rev 93571)
+++ Sandbox/malthe/chameleon.html/CHANGES.txt	2008-12-03 11:36:18 UTC (rev 93572)
@@ -4,6 +4,9 @@
 HEAD
 ~~~~
 
+chameleon.html 0.8 (released 12/03/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Fixed namespace handling; the XML parser now makes sure that the
   default namespace gets registered as such. [malthe]
 

Modified: Sandbox/malthe/chameleon.html/setup.py
===================================================================
--- Sandbox/malthe/chameleon.html/setup.py	2008-12-03 11:35:00 UTC (rev 93571)
+++ Sandbox/malthe/chameleon.html/setup.py	2008-12-03 11:36:18 UTC (rev 93572)
@@ -1,14 +1,14 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '0.7'
+version = '0.8'
 
 install_requires = [
     'setuptools',
     'zope.interface',
     'zope.component',
     'zope.i18n >= 3.5',
-    'chameleon.core >= 1.0b11',
+    'chameleon.core >= 1.0b12',
     'cssutils >= 0.9.5.1',
     'lxml >= 2.1.1',
     ]



More information about the Checkins mailing list