Skip to content

Commit

Permalink
Back to development: 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Mar 30, 2016
1 parent c190374 commit 708deed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

0.9.5 (unreleased)
------------------

- Nothing changed yet.


0.9.4 (2016-03-30)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(fname):
return codecs.open(file_path, encoding='utf-8').read()


version = '0.9.4'
version = '0.9.5.dev0'

setup(
name='elevation',
Expand Down

0 comments on commit 708deed

Please sign in to comment.