File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.40.2
2+ current_version = 0.40.3
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Documents changes that result in:
55- API changes in the package (externally used constants, externally used utilities and scripts)
66- important bug fixes between releases
77
8+ ## [ 0.40.3]
9+
10+ - [ #1602 ] ( https://github.com/raiden-network/raiden-contracts/pull/1602 ) Upgrade and unpin ` web3 ` dependency
11+
812## [ 0.40.2]
913
1014- [ #1584 ] ( https://github.com/raiden-network/raiden-contracts/pull/1584 ) Upgrade ` web3 ` and ` eth-tester ` dependencies
Original file line number Diff line number Diff line change 1111from setuptools .command .build_py import build_py
1212
1313DESCRIPTION = "Raiden contracts library and utilities"
14- VERSION = "0.40.2 "
14+ VERSION = "0.40.3 "
1515
1616
1717def read_requirements (path : str ) -> List [str ]:
You can’t perform that action at this time.
0 commit comments