File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased] ( https://github.com/eth-brownie/brownie )
99
10+ ## [ 1.20.4] ( https://github.com/eth-brownie/brownie/tree/v1.20.4 ) - 2024-05-08
11+ ### Fixed
12+ - Fall back to ABI when ` Contract.from_explorer ` compilation fails ([ #1772 ] ( https://github.com/eth-brownie/brownie/pull/1772 ) )
13+
1014## [ 1.20.3] ( https://github.com/eth-brownie/brownie/tree/v1.20.3 ) - 2024-05-05
1115### Added
1216- Config setting to disable short-term caching ([ #1767 ] ( https://github.com/eth-brownie/brownie/pull/1767 ) )
Original file line number Diff line number Diff line change 1919from brownie ._expansion import expand_posix_vars
2020from brownie ._singleton import _Singleton
2121
22- __version__ = "1.20.3 "
22+ __version__ = "1.20.4 "
2323
2424BROWNIE_FOLDER = Path (__file__ ).parent
2525DATA_FOLDER = Path .home ().joinpath (".brownie" )
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.20.3
2+ current_version = 1.20.4
33
44[bumpversion:file:setup.py]
55
Original file line number Diff line number Diff line change 2424setup (
2525 name = "eth-brownie" ,
2626 packages = find_packages (),
27- version = "1.20.3 " , # don't change this manually, use bumpversion instead
27+ version = "1.20.4 " , # don't change this manually, use bumpversion instead
2828 license = "MIT" ,
2929 description = "A Python framework for Ethereum smart contract deployment, testing and interaction." , # noqa: E501
3030 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments