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

Malthe Borch mborch at gmail.com
Tue May 24 03:52:15 EDT 2011


Log message for revision 121785:
  Preparing release.

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

-=-
Modified: five.pt/trunk/CHANGES.txt
===================================================================
--- five.pt/trunk/CHANGES.txt	2011-05-24 07:51:19 UTC (rev 121784)
+++ five.pt/trunk/CHANGES.txt	2011-05-24 07:52:14 UTC (rev 121785)
@@ -1,7 +1,8 @@
 Changelog
 =========
 
-In next release...
+2.0-rc2 (2011-05-24)
+~~~~~~~~~~~~~~~~~~~~
 
 - Have the base template class implement ``IPageTemplate`` from
   ``zope.pagetemplate``. This interface is relied on for a number of

Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py	2011-05-24 07:51:19 UTC (rev 121784)
+++ five.pt/trunk/setup.py	2011-05-24 07:52:14 UTC (rev 121785)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '2.0-rc1'
+version = '2.0-rc2'
 
 setup(name='five.pt',
       version=version,
@@ -26,7 +26,7 @@
       install_requires=[
           'setuptools',
           'z3c.pt>=2.0-rc1',
-          'Chameleon>=2.0-rc6',
+          'Chameleon>=2.0-rc9',
           'sourcecodegen',
       ],
       entry_points="""



More information about the checkins mailing list