Skip to content

Commit 440e9ce

Browse files
committed
chore: Prepare 0.40.2
1 parent 697d945 commit 440e9ce

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.40.1
2+
current_version = 0.40.2
33
commit = True
44
tag = False
55

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.2]
9+
10+
- [#1584](https://github.com/raiden-network/raiden-contracts/pull/1584) Upgrade `web3` and `eth-tester` dependencies
11+
812
## [0.40.1]
913

1014
- [#1576](https://github.com/raiden-network/raiden-contracts/pull/1576) Add missing `mypy_extensions` requirement

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from setuptools.command.build_py import build_py
1212

1313
DESCRIPTION = "Raiden contracts library and utilities"
14-
VERSION = "0.40.1"
14+
VERSION = "0.40.2"
1515

1616

1717
def read_requirements(path: str) -> List[str]:

0 commit comments

Comments
 (0)