Skip to content

Commit

Permalink
Preparing release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jan 18, 2010
1 parent 3286b55 commit e5dbe32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Expand Up @@ -2,7 +2,7 @@
CHANGES
=======

1.4.0 (unreleased)
1.3.1 (2010-01-18)
==================

- Added doctest to `long_description` to show up on pypi.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='z3c.etestbrowser',
version = '1.4.0dev',
version = '1.3.1',
author='Christian Theune',
author_email='ct@gocept.com',
description='Extensions for zope.testbrowser',
Expand Down

0 comments on commit e5dbe32

Please sign in to comment.