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

Malthe Borch mborch at gmail.com
Wed Nov 19 08:23:48 EST 2008


Log message for revision 93136:
  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-11-19 13:21:58 UTC (rev 93135)
+++ Sandbox/malthe/chameleon.zpt/CHANGES.txt	2008-11-19 13:23:48 UTC (rev 93136)
@@ -4,6 +4,9 @@
 Head
 ~~~~
 
+1.0b4 (released 11/19/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Allow empty expressions; for string-expressions, this means an empty
   string, rather than no expression. [malthe]
 

Modified: Sandbox/malthe/chameleon.zpt/setup.py
===================================================================
--- Sandbox/malthe/chameleon.zpt/setup.py	2008-11-19 13:21:58 UTC (rev 93135)
+++ Sandbox/malthe/chameleon.zpt/setup.py	2008-11-19 13:23:48 UTC (rev 93136)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '1.0b3'
+version = '1.0b4'
 
 install_requires = [
     'setuptools',
@@ -10,7 +10,7 @@
     'zope.security',
     'zope.configuration',
     'zope.i18n >= 3.5',
-    'chameleon.core >=1.0b5',
+    'chameleon.core >=1.0b9',
     ]
 test_requires = install_requires + [
     'zope.configuration',



More information about the Checkins mailing list