Skip to content

Commit

Permalink
Back to development: 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Apr 23, 2017
1 parent 416aefc commit fdef48a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Expand Up @@ -2,6 +2,12 @@
CHANGES
=======

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

- Nothing changed yet.


4.0.0 (2017-04-23)
------------------

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

version = '4.0.0'
version = '4.0.1.dev0'

tests_require = [
'zope.annotation',
Expand Down

0 comments on commit fdef48a

Please sign in to comment.