[Checkins] SVN: zope.app.i18n/trunk/ Pre-release cleanup, update metadata, fill in release date.

Christian Theune ct at gocept.com
Sun Feb 1 07:58:04 EST 2009


Log message for revision 95847:
  Pre-release cleanup, update metadata, fill in release date.
  

Changed:
  U   zope.app.i18n/trunk/CHANGES.txt
  U   zope.app.i18n/trunk/setup.py

-=-
Modified: zope.app.i18n/trunk/CHANGES.txt
===================================================================
--- zope.app.i18n/trunk/CHANGES.txt	2009-02-01 12:53:22 UTC (rev 95846)
+++ zope.app.i18n/trunk/CHANGES.txt	2009-02-01 12:58:04 UTC (rev 95847)
@@ -2,45 +2,47 @@
 CHANGES
 =======
 
-Version 3.5.0 (unreleased)
+Version 3.5.0 (2009-02-01)
 --------------------------
 
 - Use zope.container instead of zope.app.container.
 
-Version 3.4.6 (2009/01/27)
+Version 3.4.6 (2009-01-27)
 --------------------------
 
 - Fix a simple inconsistent MRO problem in tests
-- Substitute zope.app.zapi by direct calls to its wrapped apis. See bug 219302 
 
+- Substitute zope.app.zapi by direct calls to its wrapped apis. See bug
+  219302.
+
 Version 3.4.5 (unreleased)
 --------------------------
 
 - This version was skipped over by accident.
 
-Version 3.4.4 (2007/10/23)
+Version 3.4.4 (2007-10-23)
 --------------------------
 
 - Fix deprecation warning.
 
-Version 3.4.3 (2007/10/23)
+Version 3.4.3 (2007-10-23)
 --------------------------
 
 - Fix imports in tests.
+
 - Clean up long lines.
 
-Version 3.4.2 (2007/9/26)
+Version 3.4.2 (2007-9-26)
 -------------------------
 
 - Release to fix packaging issues with 3.4.1.
 
-Version 3.4.1 (2007/9/25)
+Version 3.4.1 (2007-9-25)
 -------------------------
 
 - Added missing Changes.txt and README.txt files to egg
 
-
-Version 3.4.0 (2007/9/25)
+Version 3.4.0 (2007-9-25)
 -------------------------
 
 - Initial documented release

Modified: zope.app.i18n/trunk/setup.py
===================================================================
--- zope.app.i18n/trunk/setup.py	2009-02-01 12:53:22 UTC (rev 95846)
+++ zope.app.i18n/trunk/setup.py	2009-02-01 12:58:04 UTC (rev 95847)
@@ -26,7 +26,7 @@
 setup(name='zope.app.i18n',
     version = '3.5.0dev',
     author='Zope Corporation and Contributors',
-    author_email='zope3-dev at zope.org',
+    author_email='zope-dev at zope.org',
     description='Zope i18n',
     long_description=(
         read('README.txt')
@@ -44,7 +44,7 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    url='http://svn.zope.org/zope.app.i18n',
+    url='http://pypi.python.org/pypi/zope.app.i18n',
     license='ZPL 2.1',
     packages=find_packages('src'),
     package_dir = {'': 'src'},



More information about the Checkins mailing list