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

Malthe Borch mborch at gmail.com
Sat Nov 29 04:31:30 EST 2008


Log message for revision 93440:
  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-29 09:30:13 UTC (rev 93439)
+++ Sandbox/malthe/chameleon.zpt/CHANGES.txt	2008-11-29 09:31:30 UTC (rev 93440)
@@ -4,6 +4,9 @@
 Head
 ~~~~
 
+1.0b5 (released 11/29/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Removed unused imports, thanks to PyFlakes. [hannosch]
 
 - Updated handling of static attributes. [malthe]

Modified: Sandbox/malthe/chameleon.zpt/setup.py
===================================================================
--- Sandbox/malthe/chameleon.zpt/setup.py	2008-11-29 09:30:13 UTC (rev 93439)
+++ Sandbox/malthe/chameleon.zpt/setup.py	2008-11-29 09:31:30 UTC (rev 93440)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '1.0b4'
+version = '1.0b5'
 
 install_requires = [
     'setuptools',
@@ -9,7 +9,7 @@
     'zope.security',
     'zope.configuration',
     'zope.i18n >= 3.5',
-    'chameleon.core >=1.0b9',
+    'chameleon.core >=1.0b11',
     ]
 test_requires = install_requires + [
     'zope.configuration',



More information about the Checkins mailing list