Skip to content

Commit

Permalink
Back to development: 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 2, 2011
1 parent 835b750 commit 055c1d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Expand Up @@ -2,6 +2,12 @@
CHANGES
=======

3.7.1 (unreleased)
------------------

- Nothing changed yet.


3.7.0 (2011-03-02)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down
6 changes: 2 additions & 4 deletions src/zope/app/locales/tests.py
Expand Up @@ -22,10 +22,6 @@


class TestIsUnicodeInAllCatalog(unittest.TestCase):
"""
"""
def setUp(self):
pass

def test_is_unicode(self):
from zope.i18n.gettextmessagecatalog import GettextMessageCatalog
Expand All @@ -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):
Expand Down

0 comments on commit 055c1d4

Please sign in to comment.