Skip to content

Commit

Permalink
Preparing release 3.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 14, 2010
1 parent dd1f489 commit 5f14bfa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGES
=======

3.7.7 (2010-09-14)
------------------

- Rereleasing 3.7.5 as 3.7.7 to fix brown bag release.


3.7.6 (2010-09-14)
------------------

- Brown bag release: It broke the tests of ``zope.testbrowser``.

3.7.5 (2010-04-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='zope.app.testing',
version = '3.7.5',
version='3.7.7',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Application Testing Support',
Expand Down

0 comments on commit 5f14bfa

Please sign in to comment.