We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48450d2 commit e3ed1fcCopy full SHA for e3ed1fc
CHANGELOG
@@ -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
8
0.6.6
9
-----
10
populus/__init__.py
@@ -1 +1 @@
-__version__ = "0.6.6"
+__version__ = "0.7.0"
0 commit comments