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

Malthe Borch mborch at gmail.com
Tue Apr 6 13:20:20 EDT 2010


Log message for revision 110573:
  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	2010-04-06 17:19:23 UTC (rev 110572)
+++ z3c.pt/trunk/CHANGES.txt	2010-04-06 17:20:19 UTC (rev 110573)
@@ -1,7 +1,8 @@
 Changelog
 ---------
 
-In next release...
+1.1.1 (2010/04/06)
+------------------
 
 - Fixed issue where arguments were not passed on to template as
   ``args``.

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2010-04-06 17:19:23 UTC (rev 110572)
+++ z3c.pt/trunk/setup.py	2010-04-06 17:20:19 UTC (rev 110573)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '1.1.1dev'
+version = '1.1.1'
 
 install_requires = [
     'setuptools',
@@ -10,7 +10,7 @@
     'zope.i18n >= 3.5',
     'zope.traversing',
     'zope.contentprovider',
-    'Chameleon >= 1.0.2',
+    'Chameleon >= 1.2.0',
     ]
 
 if sys.version_info[:3] < (2,5,0):



More information about the checkins mailing list