Skip to content

Commit 3081821

Browse files
LefterisJPhackaugusto
authored andcommitted
Bump version: 0.100.2-rc3 → 0.100.2-rc4
1 parent 17f8c52 commit 3081821

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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.2-rc3
2+
current_version = 0.100.2-rc4
33
commit = True
44
tag = False
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def check_if_nightly(version):
9595
project = 'Raiden Network'
9696
author = 'Raiden Project'
9797

98-
version_string = '0.100.2-rc3'
98+
version_string = '0.100.2-rc4'
9999
# The version info for the project you're documenting, acts as replacement for
100100
# |version| and |release|, also used in various other places throughout the
101101
# built documents.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def run_tests(self):
3939
test_requirements = []
4040

4141
# Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
42-
version = '0.100.2-rc3'
42+
version = '0.100.2-rc4'
4343

4444
setup(
4545
name='raiden',

0 commit comments

Comments
 (0)