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

Malthe Borch mborch at gmail.com
Fri Sep 26 09:17:37 EDT 2008


Log message for revision 91515:
  Preparing release 1.0a2.

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-09-26 13:08:16 UTC (rev 91514)
+++ Sandbox/malthe/chameleon.core/CHANGES.txt	2008-09-26 13:17:36 UTC (rev 91515)
@@ -4,6 +4,9 @@
 Head
 ~~~~
 
+1.0a2 (released 9/26/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Added support for dynamic skip condition. [malthe]
 
 - Fixed bug where an AttributeError would be raised when using the

Modified: Sandbox/malthe/chameleon.core/setup.py
===================================================================
--- Sandbox/malthe/chameleon.core/setup.py	2008-09-26 13:08:16 UTC (rev 91514)
+++ Sandbox/malthe/chameleon.core/setup.py	2008-09-26 13:17:36 UTC (rev 91515)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0a1'
+version = '1.0a2'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list