Skip to content

Commit

Permalink
Merge pull request #128 from iamdefinitelyahuman/v1.1.1
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
iamdefinitelyahuman authored Oct 12, 2021
2 parents 13879e0 + 66c80ce commit 26e1a78
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.1.1](https://github.com/iamdefinitelyahuman/py-solc-x/releases/tag/v1.1.1) - 2021-10-12
### Fixed
- Invalid default compiler outputs ([#127](https://github.com/iamdefinitelyahuman/py-solc-x/pull/127))

## [1.1.0](https://github.com/iamdefinitelyahuman/py-solc-x/releases/tag/v1.1.0) - 2020-12-28
### Added
- Optional kwarg `with_commit_hash` in `solcx.get_solc_version` ([#120](https://github.com/iamdefinitelyahuman/py-solc-x/pull/120))
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.1.0
current_version = 1.1.1

[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.1.0", # don't change this manually, use bumpversion instead
version="1.1.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)",
Expand Down

0 comments on commit 26e1a78

Please sign in to comment.