[Checkins] SVN: five.pt/trunk/ Preparing release.
Malthe Borch
mborch at gmail.com
Wed May 20 03:21:01 EDT 2009
Log message for revision 100158:
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-05-20 07:11:56 UTC (rev 100157)
+++ five.pt/trunk/CHANGES.txt 2009-05-20 07:21:01 UTC (rev 100158)
@@ -1,7 +1,8 @@
Changelog
=========
-In next release
+0.7 - 2009-05-20
+~~~~~~~~~~~~~~~~
- Default encoding of the base template set to UTF-8. [malthe]
Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py 2009-05-20 07:11:56 UTC (rev 100157)
+++ five.pt/trunk/setup.py 2009-05-20 07:21:01 UTC (rev 100158)
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-version = '0.7dev'
+version = '0.7'
setup(name='five.pt',
version=version,
@@ -25,7 +25,7 @@
zip_safe=False,
install_requires=[
'setuptools',
- 'z3c.pt',
- 'chameleon.core',
+ 'z3c.pt>=1.0b16',
+ 'chameleon.core>=1.0b33',
],
)
More information about the Checkins
mailing list