Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
modified:   CHANGES.rst
modified:   setup.py
  • Loading branch information
jugmac00 committed Oct 1, 2019
1 parent 88d4d95 commit a4eb34c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -2,7 +2,7 @@
CHANGES
=======

4.0.1 (unreleased)
4.1.0 (unreleased)
------------------

- Drop support for Python 3.4.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@ def read(*rnames):
with open(os.path.join(os.path.dirname(__file__), *rnames)) as f:
return f.read()

version = '4.0.1.dev0'
version = '4.1.0.dev0'

setup(name='zope.app.container',
version=version,
Expand Down

0 comments on commit a4eb34c

Please sign in to comment.