[Checkins] SVN: z3c.pt/trunk/ Preparing release.

Malthe Borch mborch at gmail.com
Mon Dec 15 04:41:35 EST 2008


Log message for revision 94069:
  Preparing release.

Changed:
  U   z3c.pt/trunk/CHANGES.txt
  U   z3c.pt/trunk/setup.py

-=-
Modified: z3c.pt/trunk/CHANGES.txt
===================================================================
--- z3c.pt/trunk/CHANGES.txt	2008-12-15 08:40:10 UTC (rev 94068)
+++ z3c.pt/trunk/CHANGES.txt	2008-12-15 09:41:34 UTC (rev 94069)
@@ -1,7 +1,8 @@
 Changelog
 ---------
 
-In next release
+Version 1.0b5 - December 15, 2008
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 - View templates now support argument-passing for alternative context
   and request (for compatibility with

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2008-12-15 08:40:10 UTC (rev 94068)
+++ z3c.pt/trunk/setup.py	2008-12-15 09:41:34 UTC (rev 94069)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 import sys
-version = '1.0b4'
+version = '1.0b5'
 
 install_requires = [
     'setuptools',
@@ -9,6 +9,7 @@
     'zope.i18n >= 3.5',
     'zope.traversing',
     'zope.contentprovider',
+    'chameleon.core >= 1.0b13',
     'chameleon.zpt >= 1.0b4',
     ]
 



More information about the Checkins mailing list