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 1
1
[bumpversion]
2
- current_version = 0.40.2
2
+ current_version = 0.40.3
3
3
commit = True
4
4
tag = False
5
5
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Documents changes that result in:
5
5
- API changes in the package (externally used constants, externally used utilities and scripts)
6
6
- important bug fixes between releases
7
7
8
+ ## [ 0.40.3]
9
+
10
+ - [ #1602 ] ( https://github.com/raiden-network/raiden-contracts/pull/1602 ) Upgrade and unpin ` web3 ` dependency
11
+
8
12
## [ 0.40.2]
9
13
10
14
- [ #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 11
11
from setuptools .command .build_py import build_py
12
12
13
13
DESCRIPTION = "Raiden contracts library and utilities"
14
- VERSION = "0.40.2 "
14
+ VERSION = "0.40.3 "
15
15
16
16
17
17
def read_requirements (path : str ) -> List [str ]:
You can’t perform that action at this time.
0 commit comments