Skip to content

Commit

Permalink
Preparing release 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Mar 26, 2010
1 parent e7dc00e commit 6c5fd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CHANGES
=======

3.4.5 (unreleased)
3.4.5 (2010-03-26)
------------------

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

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

0 comments on commit 6c5fd97

Please sign in to comment.