From ace7c91a97ce14288553a95b811ef315c9e69b85 Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Thu, 18 Aug 2016 13:16:43 -0600 Subject: [PATCH] 0.4.0 Release --- CHANGELOG | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f7c3c3b..28f80bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 ----- diff --git a/setup.py b/setup.py index 6d5f9da..cd523a7 100644 --- a/setup.py +++ b/setup.py @@ -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',