[Checkins] SVN: zope.app.locales/trunk/ Updated version on the trunk. The 3.4.2 release will be uploaded on PyPI when I will be allowed to.

Dmitry Vasiliev dima at hlabs.spb.ru
Wed Feb 6 04:05:54 EST 2008


Log message for revision 83577:
  Updated version on the trunk. The 3.4.2 release will be uploaded on PyPI when I will be allowed to.

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	2008-02-06 08:51:42 UTC (rev 83576)
+++ zope.app.locales/trunk/CHANGES.txt	2008-02-06 09:05:53 UTC (rev 83577)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.4.3 (unreleased)
+------------------
+
+* ...
+
 3.4.2 (2008-02-06)
 ------------------
 

Modified: zope.app.locales/trunk/setup.py
===================================================================
--- zope.app.locales/trunk/setup.py	2008-02-06 08:51:42 UTC (rev 83576)
+++ zope.app.locales/trunk/setup.py	2008-02-06 09:05:53 UTC (rev 83577)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.locales',
-      version = '3.4.2dev',
+      version = '3.4.3dev',
       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