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

Malthe Borch mborch at gmail.com
Fri Nov 28 18:22:33 EST 2008


Log message for revision 93436:
  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-28 23:11:13 UTC (rev 93435)
+++ Sandbox/malthe/chameleon.core/CHANGES.txt	2008-11-28 23:22:33 UTC (rev 93436)
@@ -4,6 +4,9 @@
 HEAD
 ~~~~
 
+1.0b11 (released 29/11/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Ensure that function arguments passed into macros are unique. [hannosch]
 
 - Removed unused imports, thanks to PyFlakes. [hannosch]

Modified: Sandbox/malthe/chameleon.core/setup.py
===================================================================
--- Sandbox/malthe/chameleon.core/setup.py	2008-11-28 23:11:13 UTC (rev 93435)
+++ Sandbox/malthe/chameleon.core/setup.py	2008-11-28 23:22:33 UTC (rev 93436)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0b10'
+version = '1.0b11'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list