[Checkins] SVN: Sandbox/malthe/chameleon.core/ Preparing release.
    Malthe Borch 
    mborch at gmail.com
       
    Thu Nov 13 11:25:01 EST 2008
    
    
  
Log message for revision 92907:
  Preparing release.
Changed:
  U   Sandbox/malthe/chameleon.core/CHANGES.txt
  U   Sandbox/malthe/chameleon.core/setup.py
-=-
Modified: Sandbox/malthe/chameleon.core/CHANGES.txt
===================================================================
--- Sandbox/malthe/chameleon.core/CHANGES.txt	2008-11-13 16:11:12 UTC (rev 92906)
+++ Sandbox/malthe/chameleon.core/CHANGES.txt	2008-11-13 16:25:00 UTC (rev 92907)
@@ -4,6 +4,9 @@
 HEAD
 ~~~~
 
+1.0b6 (released 13/11/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - When validating inserted content (in debug-mode), make sure we wrap
   content as a proper HTML document, including HTML entity
   definitions. [malthe]
Modified: Sandbox/malthe/chameleon.core/setup.py
===================================================================
--- Sandbox/malthe/chameleon.core/setup.py	2008-11-13 16:11:12 UTC (rev 92906)
+++ Sandbox/malthe/chameleon.core/setup.py	2008-11-13 16:25:00 UTC (rev 92907)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0b5'
+version = '1.0b6'
 
 install_requires = [
     'setuptools',
    
    
More information about the Checkins
mailing list