Skip to content

Commit

Permalink
Merge pull request #114 from iamdefinitelyahuman/v1.0.1
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
iamdefinitelyahuman authored Nov 20, 2020
2 parents 19014d7 + 9d077cd commit 51b37a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This project was forked from `py-solc`. View the original changelog [here](https://github.com/ethereum/py-solc/blob/master/CHANGELOG).

## [Unreleased](https://github.com/iamdefinitelyahuman/py-solc-x)
- improve `solc` version detection and raise correct error if it fails

## [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))
- Correctly handle standalone Windows executables ([#112](https://github.com/iamdefinitelyahuman/py-solc-x/pull/112))
- Correctly handle non-standard tagged versions from Github API ([#113](https://github.com/iamdefinitelyahuman/py-solc-x/pull/113))

## [1.0.0](https://github.com/iamdefinitelyahuman/py-solc-x/releases/tag/v1.0.0) - 2020-08-26
### Added
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.0
current_version = 1.0.1

[bumpversion:file:setup.py]

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

setup(
name="py-solc-x",
version="1.0.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",
version="1.0.1", # 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)",
author_email="[email protected]",
Expand Down

0 comments on commit 51b37a2

Please sign in to comment.