[Checkins] SVN: z3c.recipe.i18n/trunk/ added dev marker

Roger Ineichen roger at projekt01.ch
Tue Mar 10 01:21:46 EDT 2009


Log message for revision 97785:
  added dev marker

Changed:
  U   z3c.recipe.i18n/trunk/CHANGES.txt
  U   z3c.recipe.i18n/trunk/setup.py

-=-
Modified: z3c.recipe.i18n/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.i18n/trunk/CHANGES.txt	2009-03-10 05:19:43 UTC (rev 97784)
+++ z3c.recipe.i18n/trunk/CHANGES.txt	2009-03-10 05:21:46 UTC (rev 97785)
@@ -2,18 +2,24 @@
 CHANGES
 =======
 
-Version 0.5.2 (2009-03-10)
---------------------------
+0.5.3 (unreleased)
+------------------
 
-- Feature: Generate *.po file based on *.pot file if non exists in i18nmerge
-  script
+- ...
 
-- Feature: Implemented i18ncompile script which uses msgfmt -o moPath poPath
 
+0.5.2 (2009-03-10)
+------------------
 
-Version 0.5.1 (2009-02-22)
---------------------------
+- Feature: Generate ``*.po`` file based on ``*.pot`` file if non exists in
+  i18nmerge script
 
+- Feature: Implemented i18ncompile script which uses ``msgfmt -o moPath poPath``
+
+
+0.5.1 (2009-02-22)
+------------------
+
 - fix tests
 
 - Updated docs to render nicely when fed to docutils. [ulif]
@@ -22,8 +28,8 @@
   when used with buildout. [ulif]
 
 
-Version 0.5.0 (2009-09-09)
---------------------------
+0.5.0 (2009-09-09)
+------------------
 
 - Implemented environment section argument support for i18nextract.py script. 
   This is a name of a section which defines a set of environment variables that 

Modified: z3c.recipe.i18n/trunk/setup.py
===================================================================
--- z3c.recipe.i18n/trunk/setup.py	2009-03-10 05:19:43 UTC (rev 97784)
+++ z3c.recipe.i18n/trunk/setup.py	2009-03-10 05:21:46 UTC (rev 97785)
@@ -26,7 +26,7 @@
 
 setup(
     name = 'z3c.recipe.i18n',
-    version = '0.5.2',
+    version = '0.5.3dev',
     author = 'Roger Ineichen and the Zope Community',
     author_email = 'zope-dev at zope.org',
     description = 'Zope3 egg based i18n locales extration recipes',



More information about the Checkins mailing list