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

Malthe Borch mborch at gmail.com
Mon Jul 11 14:27:11 EDT 2011


Log message for revision 122146:
  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-07-11 18:26:15 UTC (rev 122145)
+++ z3c.pt/trunk/CHANGES.txt	2011-07-11 18:27:11 UTC (rev 122146)
@@ -1,7 +1,8 @@
 Changelog
 =========
 
-In next release...
+2.0-rc3 (2011-07-11)
+~~~~~~~~~~~~~~~~~~~~
 
 - Python-expressions are no longer TALES-expressions; previously, the
   pipe operator would split Python expression clauses, allowing

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2011-07-11 18:26:15 UTC (rev 122145)
+++ z3c.pt/trunk/setup.py	2011-07-11 18:27:11 UTC (rev 122146)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '2.0-rc2'
+version = '2.0-rc3'
 
 install_requires = [
     'setuptools',
@@ -10,7 +10,7 @@
     'zope.i18n >= 3.5',
     'zope.traversing',
     'zope.contentprovider',
-    'Chameleon >= 2.0-rc6',
+    'Chameleon >= 2.0-rc13',
     ]
 
 setup(name='z3c.pt',



More information about the checkins mailing list