File tree 5 files changed +9
-6
lines changed
5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.9.0
2
+ current_version = 0.9.1
3
3
commit = True
4
4
tag = False
5
5
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+
5
+ ## [ 0.9.1] - 2019-07-26
6
+ ### Changed
4
7
- [ #119 ] Fixes an issue with the flex layout of the token input component.
5
8
- [ #123 ] Fixes the animation of the payment dialog to not show the payment identifier expanded.
6
9
- [ #121 ] Fixes the token page failing to load the tokens.
7
10
8
-
9
11
## [ 0.9.0] - 2019-07-24
10
12
### Changed
11
13
- [ #60 ] Adds layout optimizations for mobile devices.
@@ -53,7 +55,8 @@ token network.
53
55
### Changed
54
56
- First python package release.
55
57
56
- [ Unreleased ] : https://github.com/raiden-network/webui/compare/v0.9.0...HEAD
58
+ [ Unreleased ] : https://github.com/raiden-network/webui/compare/v0.9.1...HEAD
59
+ [ 0.9.1 ] : https://github.com/raiden-network/webui/compare/v0.9.0...v0.9.1
57
60
[ 0.9.0 ] : https://github.com/raiden-network/webui/compare/v0.8.0...v0.9.0
58
61
[ 0.8.0 ] : https://github.com/raiden-network/webui/compare/v0.7.1...v0.8.0
59
62
[ 0.7.1 ] : https://github.com/raiden-network/webui/compare/v0.7.0...v0.7.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " raiden-webui" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"ng" : " ng" ,
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ def run(self):
85
85
86
86
history = ''
87
87
88
- version = '0.9.0 ' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
88
+ version = '0.9.1 ' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
89
89
90
90
setup (
91
91
name = 'raiden-webui' ,
You can’t perform that action at this time.
0 commit comments