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

Malthe Borch mborch at gmail.com
Thu Aug 11 04:36:24 EDT 2011


Log message for revision 122533:
  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-08-11 08:35:02 UTC (rev 122532)
+++ five.pt/trunk/CHANGES.txt	2011-08-11 08:36:23 UTC (rev 122533)
@@ -1,7 +1,8 @@
 Changelog
 =========
 
-In next release ...
+2.1.5 (2011-08-11)
+~~~~~~~~~~~~~~~~~~
 
 - Reuse template instance on cook.
   [malthe]

Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py	2011-08-11 08:35:02 UTC (rev 122532)
+++ five.pt/trunk/setup.py	2011-08-11 08:36:23 UTC (rev 122533)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '2.1.5dev'
+version = '2.1.5'
 
 setup(name='five.pt',
       version=version,
@@ -25,9 +25,8 @@
       zip_safe=False,
       install_requires=[
           'setuptools',
-          'z3c.pt>=2.1',
+          'z3c.pt>=2.1.1',
           'sourcecodegen',
-          'Chameleon>2.2',
       ],
       entry_points="""
       [z3c.autoinclude.plugin]



More information about the checkins mailing list