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

Malthe Borch mborch at gmail.com
Tue Oct 14 10:45:36 EDT 2008


Log message for revision 92196:
  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-10-14 14:36:41 UTC (rev 92195)
+++ Sandbox/malthe/chameleon.zpt/CHANGES.txt	2008-10-14 14:45:35 UTC (rev 92196)
@@ -4,6 +4,9 @@
 Head
 ~~~~
 
+1.0b1 (released 10/14/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Tags are now omitted if a "tal:content" expression evaluates to
   ``None``. This behavior differs from the reference implementation,
   but does away with the need for a similar "tal:condition"

Modified: Sandbox/malthe/chameleon.zpt/setup.py
===================================================================
--- Sandbox/malthe/chameleon.zpt/setup.py	2008-10-14 14:36:41 UTC (rev 92195)
+++ Sandbox/malthe/chameleon.zpt/setup.py	2008-10-14 14:45:35 UTC (rev 92196)
@@ -1,14 +1,14 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '1.0a2'
+version = '1.0b1'
 
 install_requires = [
     'setuptools',
     'zope.interface',
     'zope.component',
     'zope.i18n >= 3.5',
-    'chameleon.core >=1.0a3dev',
+    'chameleon.core >=1.0b3',
     ]
 
 setup(name='chameleon.zpt',



More information about the Checkins mailing list