Skip to content

Commit 3b5935b

Browse files
authored
Merge pull request #2265 from palango/release
Release 0.6
2 parents 9cb940e + d4d00f0 commit 3b5935b

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
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.5.1
2+
current_version = 0.6.0
33
commit = True
44
tag = False
55

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Changelog
33
=========
44

5+
* :release:`0.6.0 <2018-08-24>`
56
* :feature:`2034` Update WebUI's design
67
* :feature:`2192` Show notification on the WebUI when transfer is received or when channel is opened
78
* :feature:`2134` Database is now versioned and the DB directory path now uses that version
@@ -12,7 +13,6 @@ Changelog
1213
* :bug:`2197` WebUI now handles token decimals
1314

1415
* :release:`0.5.1 <2018-08-17>`
15-
1616
* :feature:`1898` Improve the event formatting in the REST API
1717
* :feature:`439` Limit the number of pending transfers per channel.
1818
* :bug:`2164` Update echo node to work with the new endpoint for channel history

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def check_if_nightly(version):
9898
project = 'Raiden Network'
9999
author = 'Raiden Project'
100100

101-
version_string = '0.5.1'
101+
version_string = '0.6.0'
102102
# The version info for the project you're documenting, acts as replacement for
103103
# |version| and |release|, also used in various other places throughout the
104104
# built documents.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ netifaces==0.10.7
1616
networkx==2.1.0
1717
psutil==5.4.5
1818
pycryptodome==3.6.1
19-
git+https://github.com/raiden-network/raiden-libs.git@3b0c83f99c6f5994d3db74fe78ded0feb13f1350#egg=raiden-libs
19+
raiden-libs==0.1.4
2020
raiden-contracts==0.2.0
2121
webargs==1.8.1
2222
eth-keyfile==0.5.1

setup.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ def run(self):
8484

8585
install_requires_replacements = {
8686
'git+https://github.com/LefterisJP/pystun@develop#egg=pystun': 'pystun',
87-
(
88-
'git+https://github.com/raiden-network/raiden-libs.git'
89-
'@3b0c83f99c6f5994d3db74fe78ded0feb13f1350'
90-
'#egg=raiden-libs'
91-
): 'raiden-libs',
9287
}
9388

9489
install_requires = list(set(
@@ -98,7 +93,7 @@ def run(self):
9893

9994
test_requirements = []
10095

101-
version = '0.5.1' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
96+
version = '0.6.0' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
10297

10398
setup(
10499
name='raiden',

0 commit comments

Comments
 (0)