Skip to content

Commit

Permalink
Preparing release 1.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
alga committed Feb 28, 2013
1 parent d58868e commit 9913401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Expand Up @@ -2,8 +2,8 @@
CHANGES
=======

0.3.3 (unreleased)
------------------
1.0.0a1 (2013-02-28)
--------------------

- Dropped Python 2.4 and 2.5 support, added Python 3.3 support.

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.testing',
version='0.3.3dev',
version='1.0.0a1',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='High-level Testing Support',
Expand Down

0 comments on commit 9913401

Please sign in to comment.