Skip to content

Commit 11c3147

Browse files
authored
Bump version: 0.7.0 → 0.7.1
2 parents 6f40b38 + 3db3896 commit 11c3147

File tree

5 files changed

+7
-5
lines changed

5 files changed

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

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## [0.7.1](https://github.com/raiden-network/webui/compare/v0.6.0...v0.7.0) - 2019-01-11
4+
5+
### Changed
46

57
- `#48` WebUI fails to load on Firefox with Parity due to CORS errors.
68

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": "raidenwebui",
3-
"version": "0.7.0",
3+
"version": "0.7.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.7.0' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
88+
version = '0.7.1' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
8989

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

0 commit comments

Comments
 (0)