Skip to content

Commit ace7c91

Browse files
committed
0.4.0 Release
1 parent c50f436 commit ace7c91

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.4.0
2+
-----
3+
4+
- Fix bug where wrapper didn't use the provided alternative solc binary path.
5+
- Fix issue where compile result solc version wouldn't match actual compiler
6+
version if custom compiler path was used.
7+
- Use `gevent`
8+
19
0.3.0
210
-----
311

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='py-solc',
18-
version="0.3.0",
18+
version="0.4.0",
1919
description="""Python wrapper around the solc binary""",
2020
long_description=readme,
2121
author='Piper Merriam',

0 commit comments

Comments
 (0)