Skip to content

Commit

Permalink
Back to development: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Jan 22, 2017
1 parent 65816eb commit fc24898
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 @@

1.0.2 (unreleased)
------------------

- Nothing changed yet.


1.0.1 (2017-01-22)
------------------

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 = '1.0.1'
version = '1.0.2.dev0'

setup(
name='elevation',
Expand Down

0 comments on commit fc24898

Please sign in to comment.