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

Malthe Borch mborch at gmail.com
Thu Oct 2 16:18:37 EDT 2008


Log message for revision 91679:
  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-02 20:00:39 UTC (rev 91678)
+++ Sandbox/malthe/chameleon.html/CHANGES.txt	2008-10-02 20:18:36 UTC (rev 91679)
@@ -4,10 +4,17 @@
 Head
 ~~~~
 
+chameleon.html 0.2 (released 9/25/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Added 'append' and 'prepend' insertion modes. [malthe]
 
 - Template is invalidated when XSS-files are modified. [malthe]
 
+chameleon.html 0.1 (released 9/25/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Added resource rebase support. [malthe]
 
+- Initial release.
 

Modified: Sandbox/malthe/chameleon.html/setup.py
===================================================================
--- Sandbox/malthe/chameleon.html/setup.py	2008-10-02 20:00:39 UTC (rev 91678)
+++ Sandbox/malthe/chameleon.html/setup.py	2008-10-02 20:18:36 UTC (rev 91679)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '0.1'
+version = '0.2'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list