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

Malthe Borch mborch at gmail.com
Thu Jul 14 03:07:48 EDT 2011


Log message for revision 122207:
  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-14 06:56:57 UTC (rev 122206)
+++ z3c.pt/trunk/CHANGES.txt	2011-07-14 07:07:47 UTC (rev 122207)
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+2.0 (2011-07-14)
+~~~~~~~~~~~~~~~~
+
+- Point release.
+
 - Move implementation-specific context setup to ``render``
   method. This allows use of template class with an already prepared
   context.

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2011-07-14 06:56:57 UTC (rev 122206)
+++ z3c.pt/trunk/setup.py	2011-07-14 07:07:47 UTC (rev 122207)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '2.0-rc3'
+version = '2.0'
 
 install_requires = [
     'setuptools',
@@ -10,7 +10,7 @@
     'zope.i18n >= 3.5',
     'zope.traversing',
     'zope.contentprovider',
-    'Chameleon >= 2.0-rc13',
+    'Chameleon >= 2.0',
     ]
 
 setup(name='z3c.pt',



More information about the checkins mailing list