Skip to content

Commit

Permalink
Back to development: 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed May 15, 2017
1 parent 448030f commit d8176f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,12 @@
CHANGES
=======

4.0.2 (unreleased)
------------------

- Nothing changed yet.


4.0.1 (2017-05-15)
------------------

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

version = '4.0.1'
version = '4.0.2.dev0'

tests_require = [
'webtest',
Expand Down

0 comments on commit d8176f2

Please sign in to comment.