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

Malthe Borch mborch at gmail.com
Tue Jan 5 11:33:42 EST 2010


Log message for revision 107711:
  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-01-05 16:32:23 UTC (rev 107710)
+++ five.pt/trunk/CHANGES.txt	2010-01-05 16:33:42 UTC (rev 107711)
@@ -1,7 +1,8 @@
 Changelog
 =========
 
-In next release...
+0.8 - 2010-01-05
+~~~~~~~~~~~~~~~~
 
 - Fixed some calling convention oddity that would result in the view
   instance being passed doubly as the template arguments.

Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py	2010-01-05 16:32:23 UTC (rev 107710)
+++ five.pt/trunk/setup.py	2010-01-05 16:33:42 UTC (rev 107711)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.7'
+version = '0.8'
 
 setup(name='five.pt',
       version=version,
@@ -26,6 +26,6 @@
       install_requires=[
           'setuptools',
           'z3c.pt>=1.0b16',
-          'chameleon.core>=1.0b33',
+          'Chameleon>=1.0.6',
       ],
       )



More information about the checkins mailing list