Skip to content

Commit

Permalink
chore: update changelog, bump version to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Jun 10, 2020
1 parent eb0df57 commit 5d75afa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.9.0
-----

- Add `base_path` as a possible wrapper kwarg
- Bugfix: handle `stderr` output when calling `which`
- Bugfix: expect return code 1 when using `--help`

0.8.2
-----

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.2
current_version = 0.9.0

[bumpversion:file:setup.py]

Expand All @@ -16,4 +16,3 @@ use_parentheses = True

[tool:pytest]
addopts = -v --cov=solcx --cov-branch --cov-report xml

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

setup(
name="py-solc-x",
version="0.8.2", # don't change this manually, use bumpversion instead
version="0.9.0", # don't change this manually, use bumpversion instead
description="Python wrapper around the solc binary with 0.5.x and 0.6.x support",
long_description_markdown_filename="README.md",
author="Ben Hauser (forked from py-solc by Piper Merriam)",
Expand Down

0 comments on commit 5d75afa

Please sign in to comment.