[Checkins] SVN: five.pt/trunk/ Prepare release

Hanno Schlichting plone at hannosch.info
Mon Apr 6 10:38:11 EDT 2009


Log message for revision 98922:
  Prepare release

Changed:
  U   five.pt/trunk/CHANGES.txt
  U   five.pt/trunk/README.txt
  U   five.pt/trunk/setup.py

-=-
Modified: five.pt/trunk/CHANGES.txt
===================================================================
--- five.pt/trunk/CHANGES.txt	2009-04-06 14:32:17 UTC (rev 98921)
+++ five.pt/trunk/CHANGES.txt	2009-04-06 14:38:11 UTC (rev 98922)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-0.6 - unreleased
+0.6 - 2009-04-06
 ~~~~~~~~~~~~~~~~
 
 - Avoid another case of unconditionally attempting to Acquisition wrap

Modified: five.pt/trunk/README.txt
===================================================================
--- five.pt/trunk/README.txt	2009-04-06 14:32:17 UTC (rev 98921)
+++ five.pt/trunk/README.txt	2009-04-06 14:38:11 UTC (rev 98922)
@@ -1,9 +1,8 @@
 Overview
 ========
 
-The five.pt package brings the Chameleon template engine to Zope
-2. It's a drop-in replacement, providing bridges to the most common
-API.
+The five.pt package brings the Chameleon template engine to Zope 2. It's a
+drop-in replacement, providing bridges to the most common API.
 
 Support for browser pages, viewlets and viewlet managers is included.
 
@@ -14,8 +13,8 @@
 
   <include package="five.pt" />
 
-Tempates may be instantiated directly. Here's an example of a browser
-view which uses a view page template::
+Tempates may be instantiated directly. Here's an example of a browser view
+which uses a view page template::
 
   from Products.Five import BrowserView
   from five.pt.pagetemplate import ViewPageTemplateFile
@@ -23,9 +22,6 @@
   class SimpleView(BrowserView):
       index = ViewPageTemplateFile('simple.pt')
 
-Other template classes are available, see the ``pagetemplate``
-module.
+Other template classes are available, see the ``pagetemplate`` module.
 
-For general information about Chameleon, see
-http://chameleon.repoze.org/.
-
+For general information about Chameleon, see http://chameleon.repoze.org/.

Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py	2009-04-06 14:32:17 UTC (rev 98921)
+++ five.pt/trunk/setup.py	2009-04-06 14:38:11 UTC (rev 98922)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.6dev'
+version = '0.6'
 
 setup(name='five.pt',
       version=version,
@@ -26,6 +26,6 @@
       install_requires=[
           'setuptools',
           'z3c.pt',
-          'chameleon.core>=1.0b18',
+          'chameleon.core',
       ],
       )



More information about the Checkins mailing list