[Checkins] SVN: zope.app.locales/trunk/ Preparing release 3.6.0

Michael Howitz mh at gocept.com
Mon Dec 28 03:52:48 EST 2009


Log message for revision 107190:
  Preparing release 3.6.0

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	2009-12-28 08:49:44 UTC (rev 107189)
+++ zope.app.locales/trunk/CHANGES.txt	2009-12-28 08:52:47 UTC (rev 107190)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.3 (unreleased)
+3.6.0 (2009-12-28)
 ------------------
 
 - Added `configure.zcml` which registers the translations in the

Modified: zope.app.locales/trunk/setup.py
===================================================================
--- zope.app.locales/trunk/setup.py	2009-12-28 08:49:44 UTC (rev 107189)
+++ zope.app.locales/trunk/setup.py	2009-12-28 08:52:47 UTC (rev 107190)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.locales',
-      version = '3.5.3dev',
+      version = '3.6.0',
       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