[Checkins] SVN: zope.app.locales/trunk/ Back to development: 3.7.5

Michael Howitz cvs-admin at zope.org
Mon May 14 12:22:44 UTC 2012


Log message for revision 125864:
  Back to development: 3.7.5

Changed:
  U   zope.app.locales/trunk/CHANGES.txt
  U   zope.app.locales/trunk/setup.py

-=-
Modified: zope.app.locales/trunk/CHANGES.txt
===================================================================
--- zope.app.locales/trunk/CHANGES.txt	2012-05-14 12:21:28 UTC (rev 125863)
+++ zope.app.locales/trunk/CHANGES.txt	2012-05-14 12:22:41 UTC (rev 125864)
@@ -2,11 +2,17 @@
 CHANGES
 =======
 
+3.7.5 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 3.7.4 (2012-05-14)
 ------------------
 
-- In version 3.7.2 msgids and default values where forced to be
-  unicodes. This was too strict because at least the TAL extractor returns
+- In version 3.7.2 msgids and default values were forced to be
+  ``unicode``. This was too strict because at least the TAL extractor returns
   UTF-8 encoded default values. Fixed this by allowing the default value to
   be a string again.
 

Modified: zope.app.locales/trunk/setup.py
===================================================================
--- zope.app.locales/trunk/setup.py	2012-05-14 12:21:28 UTC (rev 125863)
+++ zope.app.locales/trunk/setup.py	2012-05-14 12:22:41 UTC (rev 125864)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.locales',
-      version='3.7.4',
+      version='3.7.5dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope locale extraction and management utilities',



More information about the checkins mailing list