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

Malthe Borch mborch at gmail.com
Thu Feb 19 12:19:45 EST 2009


Log message for revision 96774:
  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	2009-02-19 17:16:57 UTC (rev 96773)
+++ five.pt/trunk/CHANGES.txt	2009-02-19 17:19:45 UTC (rev 96774)
@@ -1,6 +1,9 @@
 Changelog
 =========
 
+five.pt 0.5 (released 2/17/2009)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Added test function to template context. [malthe]
 
 - Fixed edge-case (special case?) where the view of a

Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py	2009-02-19 17:16:57 UTC (rev 96773)
+++ five.pt/trunk/setup.py	2009-02-19 17:19:45 UTC (rev 96774)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.4'
+version = '0.5'
 
 setup(name='five.pt',
       version=version,
@@ -26,5 +26,6 @@
       install_requires=[
           'setuptools',
           'z3c.pt',
+          'chameleon.core>=1.0b18',
       ],
       )



More information about the Checkins mailing list