[Checkins] SVN: megrok.chameleon/trunk/ Prepare to tag 0.5.2

Sylvain Viollon sylvain at infrae.com
Thu Jul 29 07:19:43 EDT 2010


Log message for revision 115195:
  Prepare to tag 0.5.2
  

Changed:
  U   megrok.chameleon/trunk/CHANGES.txt
  U   megrok.chameleon/trunk/setup.py

-=-
Modified: megrok.chameleon/trunk/CHANGES.txt
===================================================================
--- megrok.chameleon/trunk/CHANGES.txt	2010-07-29 11:16:46 UTC (rev 115194)
+++ megrok.chameleon/trunk/CHANGES.txt	2010-07-29 11:19:42 UTC (rev 115195)
@@ -1,10 +1,11 @@
 CHANGES
 *******
 
-0.5.2 (unreleased)
+0.5.2 (2010-07-19)
 ==================
 
-* none yet
+* Remove dependency on chameleon.genshi as this is now included 
+  into Chameleon itself.
 
 0.5.1 (2010-05-20)
 ==================

Modified: megrok.chameleon/trunk/setup.py
===================================================================
--- megrok.chameleon/trunk/setup.py	2010-07-29 11:16:46 UTC (rev 115194)
+++ megrok.chameleon/trunk/setup.py	2010-07-29 11:19:42 UTC (rev 115195)
@@ -1,7 +1,7 @@
 import os
 from setuptools import setup, find_packages
 
-version = '0.5.2dev'
+version = '0.5.2'
 
 install_requires = [
     'setuptools',



More information about the checkins mailing list