Skip to content

Commit

Permalink
Increment version for alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed Feb 27, 2013
1 parent 5f490cc commit c50811f
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
=======

3.10.3 (unreleased)
-------------------
4.0.0a1 (unreleased)
--------------------

- Added support for Python 3

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='zope.app.http',
version='3.10.3dev',
version='4.0.0a1.dev',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='HTTP Behavior for the Zope Publisher',
Expand Down

0 comments on commit c50811f

Please sign in to comment.