Skip to content

Commit

Permalink
Bump version: 0.20.0-alpha6 → 1.0.0 (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelwedler authored Jun 12, 2020
1 parent f1e6e03 commit 09259c2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.20.0-alpha6
current_version = 1.0.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [1.0.0] - 2020-06-12
### Changed
- **Complete redesign of the UI**
- [#189] Only shows one notification for a channel deposit.
Expand Down Expand Up @@ -140,7 +142,8 @@ token network.
### Changed
- First python package release.

[Unreleased]: https://github.com/raiden-network/webui/compare/v0.11.0...HEAD
[Unreleased]: https://github.com/raiden-network/webui/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/raiden-network/webui/compare/v0.11.0...v1.0.0
[0.11.0]: https://github.com/raiden-network/webui/compare/v0.10.4...v0.11.0
[0.10.4]: https://github.com/raiden-network/webui/compare/v0.10.3...v0.10.4
[0.10.3]: https://github.com/raiden-network/webui/compare/v0.10.2...v0.10.3
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raiden-webui",
"version": "0.20.0-alpha6",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def run(self):

history = ''

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

setup(
name='raiden-webui',
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Do not change this, this is maintained by bumpversion.
export const version = '0.20.0-alpha6';
export const version = '1.0.0';

0 comments on commit 09259c2

Please sign in to comment.