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

Malthe Borch mborch at gmail.com
Wed Sep 8 02:56:33 EDT 2010


Log message for revision 116218:
  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	2010-09-08 06:54:50 UTC (rev 116217)
+++ five.pt/trunk/CHANGES.txt	2010-09-08 06:56:33 UTC (rev 116218)
@@ -1,7 +1,8 @@
 Changelog
 =========
 
-In next release...
+1.3 - 2010-09-08
+~~~~~~~~~~~~~~~~
 
 - Added support for ``PageTemplate`` and
   ``ZopePageTemplate``. [malthe]

Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py	2010-09-08 06:54:50 UTC (rev 116217)
+++ five.pt/trunk/setup.py	2010-09-08 06:56:33 UTC (rev 116218)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '1.3dev'
+version = '1.3'
 
 setup(name='five.pt',
       version=version,
@@ -25,8 +25,8 @@
       zip_safe=False,
       install_requires=[
           'setuptools',
-          'z3c.pt>=1.0b16',
-          'Chameleon>=1.0.6',
+          'z3c.pt>=1.2.1',
+          'Chameleon>=1.2.11',
       ],
       entry_points="""
       [z3c.autoinclude.plugin]



More information about the checkins mailing list