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

Malthe Borch mborch at gmail.com
Thu Mar 24 11:37:12 EDT 2011


Log message for revision 121114:
  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	2011-03-24 15:34:29 UTC (rev 121113)
+++ z3c.pt/trunk/CHANGES.txt	2011-03-24 15:37:12 UTC (rev 121114)
@@ -1,7 +1,8 @@
 Changelog
 =========
 
-In next release...
+2.0-rc2 (2011-03-24)
+~~~~~~~~~~~~~~~~~~~~
 
 - Fixed an issue with ``"exists:"`` expression where a callable would
   be attempted called. It is meanwhile implied with this expression

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2011-03-24 15:34:29 UTC (rev 121113)
+++ z3c.pt/trunk/setup.py	2011-03-24 15:37:12 UTC (rev 121114)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '2.0-rc1'
+version = '2.0-rc2'
 
 install_requires = [
     'setuptools',
@@ -10,12 +10,12 @@
     'zope.i18n >= 3.5',
     'zope.traversing',
     'zope.contentprovider',
-    'Chameleon >= 2.0-rc1',
+    'Chameleon >= 2.0-rc6',
     ]
 
 setup(name='z3c.pt',
       version=version,
-      description="Fast ZPT template engine.",
+      description="Fast ZPT engine.",
       long_description=open("README.txt").read() + open("CHANGES.txt").read(),
       classifiers=[
         "Programming Language :: Python",



More information about the checkins mailing list