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

Malthe Borch mborch at gmail.com
Fri Nov 14 18:05:28 EST 2008


Log message for revision 92948:
  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-14 23:04:42 UTC (rev 92947)
+++ Sandbox/malthe/chameleon.core/CHANGES.txt	2008-11-14 23:05:28 UTC (rev 92948)
@@ -4,6 +4,9 @@
 HEAD
 ~~~~
 
+1.0b7 (released 15/11/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Fixed interpolation edge where a right curly brace not part of an
   interpolation expression would cancel a succeeding
   interpolation. [malthe]

Modified: Sandbox/malthe/chameleon.core/setup.py
===================================================================
--- Sandbox/malthe/chameleon.core/setup.py	2008-11-14 23:04:42 UTC (rev 92947)
+++ Sandbox/malthe/chameleon.core/setup.py	2008-11-14 23:05:28 UTC (rev 92948)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0b6'
+version = '1.0b7'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list