Skip to content

Commit 1dea800

Browse files
committed
chore: Prepare 3.0.1
1 parent ac13b9d commit 1dea800

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.bumpversion_client.cfg

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

docs/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog
33
=========
44

5+
* :release:`3.0.1 <2022-01-13>`
6+
* :support:`7493` Update ``raiden-contracts`` package.
7+
58
* :release:`3.0.0 <2021-12-23>`
69
* :feature:`7196` Send encrypted secret with the initial LockedTransfer message, obviating the need for SecretRequest and SecretReveal messages. This reduces the time needed to complete a payment.
710
* :feature:`7195` Enable Raiden Node communication over WebRTC. This will allow payments to complete faster due to direct communication between peers.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def setup(app):
100100
project = "Raiden Network"
101101
author = "Raiden Project"
102102

103-
version_string = "3.0.0"
103+
version_string = "3.0.1"
104104
# The version info for the project you're documenting, acts as replacement for
105105
# |version| and |release|, also used in various other places throughout the
106106
# built documents.

0 commit comments

Comments
 (0)