[Checkins] SVN: megrok.chameleon/trunk/ Back to devel: 0.5.2

Uli Fouquet uli at gnufix.de
Thu May 20 09:50:34 EDT 2010


Log message for revision 112574:
  Back to devel: 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-05-20 13:48:13 UTC (rev 112573)
+++ megrok.chameleon/trunk/CHANGES.txt	2010-05-20 13:50:34 UTC (rev 112574)
@@ -1,9 +1,14 @@
 CHANGES
 *******
 
-0.5.1 (unreleased)
+0.5.2 (unreleased)
 ==================
 
+* none yet
+
+0.5.1 (2010-05-20)
+==================
+
 * Made registering of ITranslatorExpressions conditional: if
   ``z3c.pt`` is installed as well, we don't register our own
   ones. Should fix DuplicationError when using megrok.chameleon

Modified: megrok.chameleon/trunk/setup.py
===================================================================
--- megrok.chameleon/trunk/setup.py	2010-05-20 13:48:13 UTC (rev 112573)
+++ megrok.chameleon/trunk/setup.py	2010-05-20 13:50:34 UTC (rev 112574)
@@ -1,7 +1,7 @@
 import os
 from setuptools import setup, find_packages
 
-version = '0.5.1dev'
+version = '0.5.2dev'
 
 install_requires = [
     'setuptools',



More information about the checkins mailing list