From 055c1d43274e1291ec2857afc7d9361b7ad02a40 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 2 Mar 2011 14:06:21 +0000 Subject: [PATCH] Back to development: 3.7.1 --- CHANGES.txt | 6 ++++++ setup.py | 2 +- src/zope/app/locales/tests.py | 6 ++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1a95d04..b553a60 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,12 @@ CHANGES ======= +3.7.1 (unreleased) +------------------ + +- Nothing changed yet. + + 3.7.0 (2011-03-02) ------------------ diff --git a/setup.py b/setup.py index 28ddb24..bab1a54 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def read(*rnames): return open(os.path.join(os.path.dirname(__file__), *rnames)).read() setup(name='zope.app.locales', - version='3.7.0', + version='3.7.1dev', author='Zope Corporation and Contributors', author_email='zope-dev@zope.org', description='Zope locale extraction and management utilities', diff --git a/src/zope/app/locales/tests.py b/src/zope/app/locales/tests.py index 7e3b5e3..033d6b1 100644 --- a/src/zope/app/locales/tests.py +++ b/src/zope/app/locales/tests.py @@ -22,10 +22,6 @@ class TestIsUnicodeInAllCatalog(unittest.TestCase): - """ - """ - def setUp(self): - pass def test_is_unicode(self): from zope.i18n.gettextmessagecatalog import GettextMessageCatalog @@ -45,6 +41,8 @@ def test_is_unicode(self): The language is %s (zope.po). Value of the message catalog should be in unicode""" % (lang,) ) + + class ZCMLTest(unittest.TestCase): def test_configure_zcml_should_be_loadable(self):