File tree Expand file tree Collapse file tree 5 files changed +5
-10
lines changed
Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.5.1
2+ current_version = 0.6.0
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change 22Changelog
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
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def check_if_nightly(version):
9898project = 'Raiden Network'
9999author = '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.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ netifaces==0.10.7
1616networkx == 2.1.0
1717psutil == 5.4.5
1818pycryptodome == 3.6.1
19- git+https://github.com/ raiden-network/raiden- libs.git@3b0c83f99c6f5994d3db74fe78ded0feb13f1350#egg=raiden-libs
19+ raiden-libs == 0.1.4
2020raiden-contracts == 0.2.0
2121webargs == 1.8.1
2222eth-keyfile == 0.5.1
Original file line number Diff line number Diff line change @@ -84,11 +84,6 @@ def run(self):
8484
8585install_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
9489install_requires = list (set (
@@ -98,7 +93,7 @@ def run(self):
9893
9994test_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
10398setup (
10499 name = 'raiden' ,
You can’t perform that action at this time.
0 commit comments