Skip to content

Commit

Permalink
Merge pull request #21 from iamdefinitelyahuman/v1.2.9
Browse files Browse the repository at this point in the history
v1.2.9
  • Loading branch information
iamdefinitelyahuman authored Jul 26, 2021
2 parents 89f0215 + d928677 commit abc957c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This changelog format is based on [Keep a Changelog](https://keepachangelog.com/
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

## [1.2.9](https://github.com/iamdefinitelyahuman/py-solc-ast/releases/tag/v1.2.9) - 2021-07-26
### Fixed
- fix issue with inheritance in Solidity >= 0.8.3

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.2.8
current_version = 1.2.9

[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 @@ -7,7 +7,7 @@

setup(
name="py-solc-ast",
version="1.2.8",
version="1.2.9",
description="A tool for exploring the abstract syntax tree generated by solc.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit abc957c

Please sign in to comment.