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

Malthe Borch mborch at gmail.com
Thu Oct 30 13:30:39 EDT 2008


Log message for revision 92715:
  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-10-30 17:22:33 UTC (rev 92714)
+++ Sandbox/malthe/chameleon.core/CHANGES.txt	2008-10-30 17:30:39 UTC (rev 92715)
@@ -1,9 +1,12 @@
 Changelog
 =========
 
-head
+HEAD
 ~~~~
 
+1.0b4 (released 28/10/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Fixed translation issues (see recently added tests). [malthe]
 
 - Refactored string coercion. [malthe]

Modified: Sandbox/malthe/chameleon.core/setup.py
===================================================================
--- Sandbox/malthe/chameleon.core/setup.py	2008-10-30 17:22:33 UTC (rev 92714)
+++ Sandbox/malthe/chameleon.core/setup.py	2008-10-30 17:30:39 UTC (rev 92715)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0b3'
+version = '1.0b4'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list