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

Hanno Schlichting plone at hannosch.info
Mon Jan 26 15:23:08 EST 2009


Log message for revision 95051:
  Prepare 3.5.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-01-26 20:20:27 UTC (rev 95050)
+++ zope.app.locales/trunk/CHANGES.txt	2009-01-26 20:23:08 UTC (rev 95051)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-3.5.0dev (unreleased)
----------------------
+3.5.0 (2009-01-26)
+------------------
 
 * Moved the dependencies of the extract console script into an `extract`
   extras_require to avoid runtime dependencies.

Modified: zope.app.locales/trunk/setup.py
===================================================================
--- zope.app.locales/trunk/setup.py	2009-01-26 20:20:27 UTC (rev 95050)
+++ zope.app.locales/trunk/setup.py	2009-01-26 20:23:08 UTC (rev 95051)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.locales',
-      version = '3.5.0dev',
+      version = '3.5.0',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope locale extraction and management utilities',



More information about the Checkins mailing list