Skip to content

Commit

Permalink
0.7.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Dec 31, 2015
1 parent 48450d2 commit e3ed1fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.7.0
-----

- When a contract function call that is supposed to return data returns no data
an error was thown. Now a custom exception is thrown. This is a breaking
change as previously for addresses this would return the empty address.

0.6.6
-----

Expand Down
2 changes: 1 addition & 1 deletion populus/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.6"
__version__ = "0.7.0"

0 comments on commit e3ed1fc

Please sign in to comment.