Skip to content

Commit e3ed1fc

Browse files
committed
0.7.0 Release
1 parent 48450d2 commit e3ed1fc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.7.0
2+
-----
3+
4+
- When a contract function call that is supposed to return data returns no data
5+
an error was thown. Now a custom exception is thrown. This is a breaking
6+
change as previously for addresses this would return the empty address.
7+
18
0.6.6
29
-----
310

populus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.6"
1+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)