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

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


Log message for revision 93570:
  Preparing release.

Changed:
  U   Sandbox/malthe/chameleon.zpt/CHANGES.txt
  U   Sandbox/malthe/chameleon.zpt/setup.py

-=-
Modified: Sandbox/malthe/chameleon.zpt/CHANGES.txt
===================================================================
--- Sandbox/malthe/chameleon.zpt/CHANGES.txt	2008-12-03 11:33:02 UTC (rev 93569)
+++ Sandbox/malthe/chameleon.zpt/CHANGES.txt	2008-12-03 11:34:06 UTC (rev 93570)
@@ -4,6 +4,9 @@
 Head
 ~~~~
 
+1.0b6 (released 12/03/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Added a ``interpolation`` meta attribute to control $-interpolation of
   expressions.  This defaults to ``true`` for chameleon.zpt. [seletz]
 

Modified: Sandbox/malthe/chameleon.zpt/setup.py
===================================================================
--- Sandbox/malthe/chameleon.zpt/setup.py	2008-12-03 11:33:02 UTC (rev 93569)
+++ Sandbox/malthe/chameleon.zpt/setup.py	2008-12-03 11:34:06 UTC (rev 93570)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '1.0b5'
+version = '1.0b6'
 
 install_requires = [
     'setuptools',
@@ -9,7 +9,7 @@
     'zope.security',
     'zope.configuration',
     'zope.i18n >= 3.5',
-    'chameleon.core >=1.0b11',
+    'chameleon.core >=1.0b12',
     ]
 test_requires = install_requires + [
     'zope.configuration',



More information about the Checkins mailing list