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

Malthe Borch mborch at gmail.com
Wed Sep 24 22:48:00 EDT 2008


Log message for revision 91460:
  Preparing 1.0a1-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-09-25 02:46:41 UTC (rev 91459)
+++ Sandbox/malthe/chameleon.core/CHANGES.txt	2008-09-25 02:47:59 UTC (rev 91460)
@@ -4,5 +4,9 @@
 Head
 ~~~~
 
+1.0a1 (released 9/24/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+- First release.
 
+

Modified: Sandbox/malthe/chameleon.core/setup.py
===================================================================
--- Sandbox/malthe/chameleon.core/setup.py	2008-09-25 02:46:41 UTC (rev 91459)
+++ Sandbox/malthe/chameleon.core/setup.py	2008-09-25 02:47:59 UTC (rev 91460)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0dev'
+version = '1.0a1'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list