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

Malthe Borch mborch at gmail.com
Sat Nov 15 20:22:16 EST 2008


Log message for revision 92999:
  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-16 01:20:00 UTC (rev 92998)
+++ Sandbox/malthe/chameleon.core/CHANGES.txt	2008-11-16 01:22:15 UTC (rev 92999)
@@ -4,6 +4,9 @@
 HEAD
 ~~~~
 
+1.0b8 (released 16/11/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Only pretend to delete variables; this improves performance and
   guarantees that we don't attempt to delete a variables which is used
   in a nested scope (closure). It works, because the code generation

Modified: Sandbox/malthe/chameleon.core/setup.py
===================================================================
--- Sandbox/malthe/chameleon.core/setup.py	2008-11-16 01:20:00 UTC (rev 92998)
+++ Sandbox/malthe/chameleon.core/setup.py	2008-11-16 01:22:15 UTC (rev 92999)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0b7'
+version = '1.0b8'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list