[Checkins] SVN: Sandbox/malthe/chameleon.core/ Preparing release.
    Malthe Borch 
    mborch at gmail.com
       
    Sat Oct 11 13:40:26 EDT 2008
    
    
  
Log message for revision 92053:
  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-10-11 16:05:00 UTC (rev 92052)
+++ Sandbox/malthe/chameleon.core/CHANGES.txt	2008-10-11 17:40:24 UTC (rev 92053)
@@ -4,6 +4,9 @@
 head
 ~~~~
 
+1.0b2 (released 11/10/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Added support for translating dynamic body text (used in
   interpolation expressions). [malthe]
 
Modified: Sandbox/malthe/chameleon.core/setup.py
===================================================================
--- Sandbox/malthe/chameleon.core/setup.py	2008-10-11 16:05:00 UTC (rev 92052)
+++ Sandbox/malthe/chameleon.core/setup.py	2008-10-11 17:40:24 UTC (rev 92053)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0b1'
+version = '1.0b2'
 
 install_requires = [
     'setuptools',
    
    
More information about the Checkins
mailing list