Skip to content

Commit

Permalink
Merge pull request #3326 from LefterisJP/bump_to_v_0_100_2_rc3
Browse files Browse the repository at this point in the history
Bump to v0.100.2-rc3
  • Loading branch information
LefterisJP authored Jan 25, 2019
2 parents a9bb006 + 5bbffda commit 4f8365a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion_client.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.100.2-rc2
current_version = 0.100.2-rc3
commit = True
tag = False

Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
Changelog
=========

* :release:`0.100.2-rc3 <2019-01-25>`
* :feature:`-` Update WebUI to version 0.8.0 https://github.com/raiden-network/webui/releases/tag/v0.8.0
* :feature:`3236` Add backwards-compatible PFS integration in the routing layer
* :bug:`3196` Proper fix for the bug that caused not finding locksroot in the DB during unlock
* :feature:`2988` If estimateGas returns failure don't send a transaction.

* :release:`0.100.2-rc2 <2019-01-11>`
* :feature:`-` Update WebUI to version 0.7.1 https://github.com/raiden-network/webui/releases/tag/v0.7.1
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def check_if_nightly(version):
project = 'Raiden Network'
author = 'Raiden Project'

version_string = '0.100.2-rc2'
version_string = '0.100.2-rc3'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run_tests(self):
test_requirements = []

# Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
version = '0.100.2-rc2'
version = '0.100.2-rc3'

setup(
name='raiden',
Expand Down

0 comments on commit 4f8365a

Please sign in to comment.