[Checkins] SVN: cmf.pt/trunk/ Prepare release

Hanno Schlichting hannosch at hannosch.eu
Fri Jul 24 07:14:05 EDT 2009


Log message for revision 102227:
  Prepare release

Changed:
  U   cmf.pt/trunk/CHANGES.txt
  U   cmf.pt/trunk/README.txt
  U   cmf.pt/trunk/setup.py

-=-
Modified: cmf.pt/trunk/CHANGES.txt
===================================================================
--- cmf.pt/trunk/CHANGES.txt	2009-07-24 11:12:41 UTC (rev 102226)
+++ cmf.pt/trunk/CHANGES.txt	2009-07-24 11:14:05 UTC (rev 102227)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-0.5 - unreleased
+0.5 - 2009-07-24
 ----------------
 
 - Extend the ignore_re list of CMFCore.DirectoryView to ignore our cache

Modified: cmf.pt/trunk/README.txt
===================================================================
--- cmf.pt/trunk/README.txt	2009-07-24 11:12:41 UTC (rev 102226)
+++ cmf.pt/trunk/README.txt	2009-07-24 11:14:05 UTC (rev 102227)
@@ -9,7 +9,6 @@
 
 To enable Chameleon, simply include the ZCML configuration::
 
-  <include package="five.pt" />
   <include package="cmf.pt" />
 
 For general information about Chameleon, see

Modified: cmf.pt/trunk/setup.py
===================================================================
--- cmf.pt/trunk/setup.py	2009-07-24 11:12:41 UTC (rev 102226)
+++ cmf.pt/trunk/setup.py	2009-07-24 11:14:05 UTC (rev 102227)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.5dev'
+version = '0.5'
 
 setup(name='cmf.pt',
       version=version,



More information about the Checkins mailing list