[Checkins] SVN: zope.app.locales/trunk/ Prepare zope.app.locales 3.6.1.

Hanno Schlichting hannosch at hannosch.eu
Mon May 17 06:46:14 EDT 2010


Log message for revision 112397:
  Prepare zope.app.locales 3.6.1.

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	2010-05-17 06:09:16 UTC (rev 112396)
+++ zope.app.locales/trunk/CHANGES.txt	2010-05-17 10:46:14 UTC (rev 112397)
@@ -2,12 +2,11 @@
 CHANGES
 =======
 
-3.6.1 (unreleased)
+3.6.1 (2010-05-17)
 ------------------
 
-- Updated Dutch translation
+- Updated Dutch and German translations.
 
-
 3.6.0 (2009-12-28)
 ------------------
 
@@ -15,7 +14,6 @@
   package. So the package contains its configuration. (Till now it was
   done in `zope.app.zcmlfiles`.)
 
-
 3.5.2 (2009-12-22)
 ------------------
 

Modified: zope.app.locales/trunk/setup.py
===================================================================
--- zope.app.locales/trunk/setup.py	2010-05-17 06:09:16 UTC (rev 112396)
+++ zope.app.locales/trunk/setup.py	2010-05-17 10:46:14 UTC (rev 112397)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.locales',
-      version = '3.6.1dev',
+      version = '3.6.1',
       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