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

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


Log message for revision 92717:
  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-30 17:31:54 UTC (rev 92716)
+++ Sandbox/malthe/chameleon.zpt/CHANGES.txt	2008-10-30 17:32:24 UTC (rev 92717)
@@ -4,6 +4,9 @@
 Head
 ~~~~
 
+1.0b2 (released 10/28/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Fixed missing attribute. [malthe]
 
 1.0b1 (released 10/14/2008)

Modified: Sandbox/malthe/chameleon.zpt/setup.py
===================================================================
--- Sandbox/malthe/chameleon.zpt/setup.py	2008-10-30 17:31:54 UTC (rev 92716)
+++ Sandbox/malthe/chameleon.zpt/setup.py	2008-10-30 17:32:24 UTC (rev 92717)
@@ -1,14 +1,14 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '1.0b1'
+version = '1.0b2'
 
 install_requires = [
     'setuptools',
     'zope.interface',
     'zope.component',
     'zope.i18n >= 3.5',
-    'chameleon.core >=1.0b3',
+    'chameleon.core >=1.0b4',
     ]
 
 setup(name='chameleon.zpt',



More information about the Checkins mailing list