[Checkins] SVN: zope.app.locales/trunk/ Next version is at least 3.4.2

Christophe Combelles ccomb at free.fr
Tue Dec 11 19:15:03 EST 2007


Log message for revision 82261:
  Next version is at least 3.4.2
  

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	2007-12-11 23:51:07 UTC (rev 82260)
+++ zope.app.locales/trunk/CHANGES.txt	2007-12-12 00:15:02 UTC (rev 82261)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.4.2 (unreleased)
+------------------
+
+* ...
+
 3.4.1 (2007-12-12)
 ------------------
 

Modified: zope.app.locales/trunk/setup.py
===================================================================
--- zope.app.locales/trunk/setup.py	2007-12-11 23:51:07 UTC (rev 82260)
+++ zope.app.locales/trunk/setup.py	2007-12-12 00:15:02 UTC (rev 82261)
@@ -22,14 +22,14 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.locales',
-      version = '3.4.1dev',
+      version = '3.4.2dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope locale extraction and management utilities',
       long_description=(
           read('README.txt')
           + '\n\n' +
-          'Detailed Dcoumentation\n' +
+          'Detailed Documentation\n' +
           '----------------------\n'
           + '\n\n' +
           read('src', 'zope', 'app', 'locales', 'TRANSLATE.txt')



More information about the Checkins mailing list