Skip to content

Commit

Permalink
Merge pull request #118 from iamdefinitelyahuman/v1.0.2
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
iamdefinitelyahuman authored Dec 10, 2020
2 parents 44fedaa + 7d89338 commit 337d2b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This project was forked from `py-solc`. View the original changelog [here](https

## [Unreleased](https://github.com/iamdefinitelyahuman/py-solc-x)

## [1.0.2](https://github.com/iamdefinitelyahuman/py-solc-x/releases/tag/v1.0.2) - 2020-12-10
### Fixed
- Convert `Path` to `str` prior to calling `subprocess` ([#117](https://github.com/iamdefinitelyahuman/py-solc-x/pull/117))

## [1.0.1](https://github.com/iamdefinitelyahuman/py-solc-x/releases/tag/v1.0.1) - 2020-11-20
### Fixed
- Improve `solc` version detection and raise correct error if it fails ([#110](https://github.com/iamdefinitelyahuman/py-solc-x/pull/110))
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.1
current_version = 1.0.2

[bumpversion:file:setup.py]

Expand Down
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="1.0.1", # don't change this manually, use bumpversion instead
version="1.0.2", # don't change this manually, use bumpversion instead
description="Python wrapper and version management tool for the solc Solidity compiler.",
long_description_markdown_filename="README.md",
author="Ben Hauser (forked from py-solc by Piper Merriam)",
Expand Down

0 comments on commit 337d2b2

Please sign in to comment.