Skip to content

Commit 5d5205b

Browse files
authored
Bump version: 0.7.1 → 0.8.0
2 parents 6878ff7 + 32bbede commit 5d5205b

File tree

5 files changed

+10
-6
lines changed

5 files changed

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

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44
### Changed
5+
6+
## [0.8.0] - 2019-01-25
7+
### Changed
58
- [#66] Fixes an issue where token information would fail to load.
69
- [#8] Fixes truncation of long token network names.
710
- [#55] WebUI does not show notification when user opens their first channel.
@@ -29,6 +32,7 @@ token network.
2932
- First python package release.
3033

3134
[Unreleased]: https://github.com/raiden-network/webui/compare/v0.7.1...HEAD
35+
[0.8.0]: https://github.com/raiden-network/webui/compare/v0.7.1...v0.8.0
3236
[0.7.1]: https://github.com/raiden-network/webui/compare/v0.7.0...v0.7.1
3337
[0.7.0]: https://github.com/raiden-network/webui/compare/v0.6.0...v0.7.0
3438
[0.6.0]: https://github.com/raiden-network/webui/releases/tag/v0.6.0

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "raidenwebui",
3-
"version": "0.7.1",
2+
"name": "raiden-webui",
3+
"version": "0.8.0",
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.7.1' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
88+
version = '0.8.0' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
8989

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

0 commit comments

Comments
 (0)