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

Malthe Borch mborch at gmail.com
Mon Nov 24 09:35:43 EST 2008


Log message for revision 93307:
  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-24 14:31:34 UTC (rev 93306)
+++ Sandbox/malthe/chameleon.core/CHANGES.txt	2008-11-24 14:35:43 UTC (rev 93307)
@@ -4,6 +4,9 @@
 HEAD
 ~~~~
 
+1.0b10 (released 24/11/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Do not apply namespace attribute 'xmlns' to root element if not
   set. [malthe]
 

Modified: Sandbox/malthe/chameleon.core/setup.py
===================================================================
--- Sandbox/malthe/chameleon.core/setup.py	2008-11-24 14:31:34 UTC (rev 93306)
+++ Sandbox/malthe/chameleon.core/setup.py	2008-11-24 14:35:43 UTC (rev 93307)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0b9'
+version = '1.0b10'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list