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

Malthe Borch mborch at gmail.com
Wed Dec 3 06:33:03 EST 2008


Log message for revision 93569:
  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-12-03 10:21:25 UTC (rev 93568)
+++ Sandbox/malthe/chameleon.core/CHANGES.txt	2008-12-03 11:33:02 UTC (rev 93569)
@@ -4,6 +4,9 @@
 HEAD
 ~~~~
 
+1.0b12 (released 03/12/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Support template fragments, e.g. documents with more than one
   root element. [malthe]
 

Modified: Sandbox/malthe/chameleon.core/setup.py
===================================================================
--- Sandbox/malthe/chameleon.core/setup.py	2008-12-03 10:21:25 UTC (rev 93568)
+++ Sandbox/malthe/chameleon.core/setup.py	2008-12-03 11:33:02 UTC (rev 93569)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0b11'
+version = '1.0b12'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list