Skip to content

Commit 09259c2

Browse files
authored
Bump version: 0.20.0-alpha6 → 1.0.0 (#473)
1 parent f1e6e03 commit 09259c2

6 files changed

Lines changed: 9 additions & 6 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.20.0-alpha6
2+
current_version = 1.0.0
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [1.0.0] - 2020-06-12
46
### Changed
57
- **Complete redesign of the UI**
68
- [#189] Only shows one notification for a channel deposit.
@@ -140,7 +142,8 @@ token network.
140142
### Changed
141143
- First python package release.
142144

143-
[Unreleased]: https://github.com/raiden-network/webui/compare/v0.11.0...HEAD
145+
[Unreleased]: https://github.com/raiden-network/webui/compare/v1.0.0...HEAD
146+
[1.0.0]: https://github.com/raiden-network/webui/compare/v0.11.0...v1.0.0
144147
[0.11.0]: https://github.com/raiden-network/webui/compare/v0.10.4...v0.11.0
145148
[0.10.4]: https://github.com/raiden-network/webui/compare/v0.10.3...v0.10.4
146149
[0.10.3]: https://github.com/raiden-network/webui/compare/v0.10.2...v0.10.3

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raiden-webui",
3-
"version": "0.20.0-alpha6",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def run(self):
8585

8686
history = ''
8787

88-
version = '0.20.0-alpha6' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
88+
version = '1.0.0' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
8989

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

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Do not change this, this is maintained by bumpversion.
2-
export const version = '0.20.0-alpha6';
2+
export const version = '1.0.0';

0 commit comments

Comments
 (0)