Skip to content

Commit

Permalink
Preparing release 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Mar 30, 2016
1 parent 8ace6d9 commit c190374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

1.0.0 (unreleased)
0.9.4 (2016-03-30)
------------------

- Initial full release.

- Initial public beta release.
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.dev0'
version = '0.9.4'

setup(
name='elevation',
Expand Down

0 comments on commit c190374

Please sign in to comment.