[Checkins] SVN: zope.i18n/trunk/ Prepare release

Hanno Schlichting plone at hannosch.info
Sun Oct 26 11:54:23 EDT 2008


Log message for revision 92599:
  Prepare release

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

-=-
Modified: zope.i18n/trunk/CHANGES.txt
===================================================================
--- zope.i18n/trunk/CHANGES.txt	2008-10-26 15:40:07 UTC (rev 92598)
+++ zope.i18n/trunk/CHANGES.txt	2008-10-26 15:54:23 UTC (rev 92599)
@@ -2,11 +2,10 @@
 CHANGES
 =======
 
-3.6.0 (unreleased)
+3.6.0 (2008-10-26)
 ------------------
 
 - Fixed a test failure in the compile mo file support.
-  [hannosch]
 
 - Move the zcml support into an extra. This reduces the dependencies of a
   standard zope.i18n install by half a dozen packages.

Modified: zope.i18n/trunk/setup.py
===================================================================
--- zope.i18n/trunk/setup.py	2008-10-26 15:40:07 UTC (rev 92598)
+++ zope.i18n/trunk/setup.py	2008-10-26 15:54:23 UTC (rev 92599)
@@ -24,9 +24,9 @@
 
 setup(
     name='zope.i18n',
-    version = '3.6.0dev',
+    version = '3.6.0',
     author='Zope Corporation and Contributors',
-    author_email='zope3-dev at zope.org',
+    author_email='zope-dev at zope.org',
     description='Zope3 Internationalization Support',
     long_description=(
         read('README.txt')
@@ -46,7 +46,7 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    url='http://cheeseshop.python.org/pypi/zope.i18n',
+    url='http://pypi.python.org/pypi/zope.i18n',
     packages=find_packages('src'),
     package_dir = {'': 'src'},
     namespace_packages=['zope',],



More information about the Checkins mailing list