Skip to content

Commit

Permalink
Bump minor version due to new Python version support.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Apr 21, 2017
1 parent 9aa5713 commit f1b3346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
Changes
=======

4.3.4 (unreleased)
4.4.0 (unreleased)
------------------

- Avoid a warning from the C compiler.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -97,7 +97,7 @@ def read(*rnames):
)

setup(name='zope.interface',
version='4.3.4.dev0',
version='4.4.0.dev0',
url='https://github.com/zopefoundation/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',
Expand Down

0 comments on commit f1b3346

Please sign in to comment.