Skip to content

Commit

Permalink
Back to development: 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Oct 6, 2015
1 parent 4c33525 commit 80a4651
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/CHANGES.rst
@@ -1,6 +1,12 @@
Change history
**************

0.21 (unreleased)
=================

- Nothing changed yet.


0.20 (2015-10-06)
=================

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

version = '0.20'
version = '0.21.dev0'

long_description = (
read('README.rst') + '\n\n' +
Expand Down

0 comments on commit 80a4651

Please sign in to comment.