Skip to content

Commit

Permalink
0.4.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Aug 18, 2016
1 parent c50f436 commit ace7c91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.4.0
-----

- Fix bug where wrapper didn't use the provided alternative solc binary path.
- Fix issue where compile result solc version wouldn't match actual compiler
version if custom compiler path was used.
- Use `gevent`

0.3.0
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='py-solc',
version="0.3.0",
version="0.4.0",
description="""Python wrapper around the solc binary""",
long_description=readme,
author='Piper Merriam',
Expand Down

0 comments on commit ace7c91

Please sign in to comment.