Skip to content

Commit d2fceab

Browse files
authored
Merge pull request #125 from manuelwedler/bump_version
Bump version: 0.9.0 → 0.9.1
2 parents 24e78fc + c008a1f commit d2fceab

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.0
2+
current_version = 0.9.1
33
commit = True
44
tag = False
55

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [0.9.1] - 2019-07-26
6+
### Changed
47
- [#119] Fixes an issue with the flex layout of the token input component.
58
- [#123] Fixes the animation of the payment dialog to not show the payment identifier expanded.
69
- [#121] Fixes the token page failing to load the tokens.
710

8-
911
## [0.9.0] - 2019-07-24
1012
### Changed
1113
- [#60] Adds layout optimizations for mobile devices.
@@ -53,7 +55,8 @@ token network.
5355
### Changed
5456
- First python package release.
5557

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
5760
[0.9.0]: https://github.com/raiden-network/webui/compare/v0.8.0...v0.9.0
5861
[0.8.0]: https://github.com/raiden-network/webui/compare/v0.7.1...v0.8.0
5962
[0.7.1]: https://github.com/raiden-network/webui/compare/v0.7.0...v0.7.1

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raiden-webui",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def run(self):
8585

8686
history = ''
8787

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)
8989

9090
setup(
9191
name='raiden-webui',

0 commit comments

Comments
 (0)