Skip to content

Commit 40d9d56

Browse files
committed
Bump version 0.100.3
1 parent 2b8af7a commit 40d9d56

4 files changed

Lines changed: 11 additions & 7 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 = 0.100.3-rc5
2+
current_version = 0.100.3
33
commit = True
44
tag = False
55

docs/changelog.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
=========
22
Changelog
33
=========
4-
* :release:`0.100.3-rc7 <2019-05-16>`
5-
* :release:`0.100.3-rc6 <2019-05-15>`
6-
* :release:`0.100.3-rc5 <2019-05-08>`
4+
5+
* :release:`0.100.3 <2019-05-22>`
76
* :feature:`4043` Update raiden-contracts to 0.19.0 with Görli Testnet support
87
* :bug:`4024` Fix clearing a channel state iff all unlocks are done by channel participants
98
* :bug:`3874` Fix invalidation of a batch-unlock transaction in case a similar transaction was already sent/mined by channel partner
@@ -13,7 +12,6 @@ Changelog
1312
* :bug:`3687` Fix startup initialization issue which caused Raiden to crash on private chains
1413
* :bug:`3567` Resolve an issue in route filtering where the partner's network state is taken into account when choosing a route
1514
* :bug:`3566` Handle cases where Raiden tries to query blocks which are old and pruned by the blockchain client (Geth & Parity)
16-
* :feature:`3467` Raiden is able to randomly choose a PFS from the service registry
1715
* :feature:`3464` Raiden will warn users about insufficient user deposit funds (If monitoring service or path-finding service are enabled and used).
1816
* :feature:`3462` Static Monitoring service reward through user deposits contract. Only usable if Raiden is run in development environment
1917
* :feature:`3461` Static PFS payment for provided routes through the user deposits contract. Only usable if Raiden is run in development environment
@@ -30,6 +28,12 @@ Changelog
3028
* :feature:`3318` allow secret and/or hash with payment request
3129
* :feature:`3425` Update raiden-contracts package to version 0.9.0
3230

31+
* :release:`0.100.3-rc7 <2019-05-16>`
32+
33+
* :release:`0.100.3-rc6 <2019-05-15>`
34+
35+
* :release:`0.100.3-rc5 <2019-05-08>`
36+
3337
* :release:`0.100.2 <2019-02-21>`
3438
* :bug:`3528` Do not crash raiden if a LockExpired message with invalid channel identifier is received.
3539
* :bug:`3529` Do not crash raiden if a SecretRequest message with invalid channel identifier is received.

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 = '0.100.3-rc5'
103+
version_string = '0.100.3'
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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def __init__(self, *args, **kwargs) -> None:
5555
test_requirements = []
5656

5757
# Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
58-
version = "0.100.3-rc5"
58+
version = "0.100.3"
5959

6060
setup(
6161
name="raiden",

0 commit comments

Comments
 (0)