From 72e766f6f8f31708bde5c7cd3bb95326b39219e4 Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Thu, 24 Feb 2022 14:02:04 +0100 Subject: [PATCH] chore: Prepare 0.40.3 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 4 ++++ setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5a4acd314..750a3dcb7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.40.2 +current_version = 0.40.3 commit = True tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d9c26640..00125ee75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ Documents changes that result in: - API changes in the package (externally used constants, externally used utilities and scripts) - important bug fixes between releases +## [0.40.3] + +- [#1602](https://github.com/raiden-network/raiden-contracts/pull/1602) Upgrade and unpin `web3` dependency + ## [0.40.2] - [#1584](https://github.com/raiden-network/raiden-contracts/pull/1584) Upgrade `web3` and `eth-tester` dependencies diff --git a/setup.py b/setup.py index da99cd50e..1294abaa6 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools.command.build_py import build_py DESCRIPTION = "Raiden contracts library and utilities" -VERSION = "0.40.2" +VERSION = "0.40.3" def read_requirements(path: str) -> List[str]: