Skip to content

Commit

Permalink
Merge pull request #3166 from LefterisJP/bump_to_v0_19_0
Browse files Browse the repository at this point in the history
Bump to v0.19.0
  • Loading branch information
LefterisJP authored Dec 14, 2018
2 parents 6b14575 + f026471 commit 53b8eee
Show file tree
Hide file tree
Showing 4 changed files with 4 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.18.1
current_version = 0.19.0
commit = True
tag = False

Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Changelog
=========

* :release:`0.19.0 <2018-12-14>`
* :bug:`3153` If a non-contract address is given for token_address in the channel open REST API call, the client no longer crashes.
* :bug:`3152` If the onchain unlock has already been mined when we try to send the transaction don't crash Raiden.
* :feature:`3157` Change REST api version prefix from 1 to v1.
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.18.1'
version_string = '0.19.0'
# 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 @@ -38,7 +38,7 @@ def run_tests(self):

test_requirements = []

version = '0.18.1' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
version = '0.19.0' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)

setup(
name='raiden',
Expand Down

0 comments on commit 53b8eee

Please sign in to comment.