We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f95cc3 commit 5b9cd3aCopy full SHA for 5b9cd3a
CHANGELOG
@@ -1,3 +1,10 @@
1
+1.3.0
2
+-----
3
+
4
+- Support for `solc==0.4.14`
5
+- Support for `solc==0.4.15`
6
+- Support for `solc==0.4.16`
7
8
1.2.2
9
-----
10
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name='py-solc',
18
- version="1.2.2",
+ version="1.3.0",
19
description="""Python wrapper around the solc binary""",
20
long_description=readme,
21
author='Piper Merriam',
0 commit comments