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

Malthe Borch mborch at gmail.com
Thu Oct 2 20:45:10 EDT 2008


Log message for revision 91685:
  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-10-03 00:44:14 UTC (rev 91684)
+++ Sandbox/malthe/chameleon.html/CHANGES.txt	2008-10-03 00:45:10 UTC (rev 91685)
@@ -4,10 +4,13 @@
 Head
 ~~~~
 
+chameleon.html 0.3 (released 10/2/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Comments are now ignored (previously an exception would be
   raised). [malthe]
 
-chameleon.html 0.2 (released 9/25/2008)
+chameleon.html 0.2 (released 10/1/2008)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 - Added 'append' and 'prepend' insertion modes. [malthe]

Modified: Sandbox/malthe/chameleon.html/setup.py
===================================================================
--- Sandbox/malthe/chameleon.html/setup.py	2008-10-03 00:44:14 UTC (rev 91684)
+++ Sandbox/malthe/chameleon.html/setup.py	2008-10-03 00:45:10 UTC (rev 91685)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '0.2'
+version = '0.3'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list