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

Malthe Borch mborch at gmail.com
Thu Oct 2 15:44:09 EDT 2008


Log message for revision 91671:
  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-02 19:43:17 UTC (rev 91670)
+++ Sandbox/malthe/chameleon.core/CHANGES.txt	2008-10-02 19:44:09 UTC (rev 91671)
@@ -4,6 +4,9 @@
 head
 ~~~~
 
+1.0b1 (released 2/10/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Fixed bugs related to temporary variables with loops and
   conditions. [malthe]
 

Modified: Sandbox/malthe/chameleon.core/setup.py
===================================================================
--- Sandbox/malthe/chameleon.core/setup.py	2008-10-02 19:43:17 UTC (rev 91670)
+++ Sandbox/malthe/chameleon.core/setup.py	2008-10-02 19:44:09 UTC (rev 91671)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0a5'
+version = '1.0b1'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list