summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2008-10-26 15:54:23 +0000
committerHanno Schlichting <hanno@hannosch.eu>2008-10-26 15:54:23 +0000
commitc7074d414dcc486e184ec471cc457f24c7a07f31 (patch)
treef11b5773c556b99103516ea6a8896acc31132194
parent202d14688e8008b987b104790f6bed77b0a63d46 (diff)
downloadzope-i18n-c7074d414dcc486e184ec471cc457f24c7a07f31.tar.gz
Prepare release
-rw-r--r--CHANGES.txt3
-rw-r--r--setup.py6
2 files changed, 4 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 41352ba..3df989e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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.
diff --git a/setup.py b/setup.py
index 1dec3f9..4bc5880 100644
--- a/setup.py
+++ b/setup.py
@@ -24,9 +24,9 @@ def read(*rnames):
setup(
name='zope.i18n',
- version = '3.6.0dev',
+ version = '3.6.0',
author='Zope Corporation and Contributors',
- author_email='zope3-dev@zope.org',
+ author_email='zope-dev@zope.org',
description='Zope3 Internationalization Support',
long_description=(
read('README.txt')
@@ -46,7 +46,7 @@ setup(
'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',],