[Checkins] SVN: Sandbox/malthe/chameleon.html/ Preparing release.
    Malthe Borch 
    mborch at gmail.com
       
    Wed Nov 19 08:25:48 EST 2008
    
    
  
Log message for revision 93137:
  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-11-19 13:23:48 UTC (rev 93136)
+++ Sandbox/malthe/chameleon.html/CHANGES.txt	2008-11-19 13:25:47 UTC (rev 93137)
@@ -4,6 +4,9 @@
 HEAD
 ~~~~
 
+chameleon.html 0.6 (released 11/19/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Added 'replace' mode. [malthe]
 
 - Remove quotes which may be used on attribute values to comply with
Modified: Sandbox/malthe/chameleon.html/setup.py
===================================================================
--- Sandbox/malthe/chameleon.html/setup.py	2008-11-19 13:23:48 UTC (rev 93136)
+++ Sandbox/malthe/chameleon.html/setup.py	2008-11-19 13:25:47 UTC (rev 93137)
@@ -1,14 +1,14 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '0.5'
+version = '0.6'
 
 install_requires = [
     'setuptools',
     'zope.interface',
     'zope.component',
     'zope.i18n >= 3.5',
-    'chameleon.core',
+    'chameleon.core >= 1.0b9',
     'cssutils >= 0.9.5.1',
     'lxml >= 2.1.1',
     ]
    
    
More information about the Checkins
mailing list