Skip to content

Commit

Permalink
Bump version: 1.0.1 → 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelwedler committed Jul 14, 2020
1 parent 249f916 commit 04657ae
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 = 1.0.1
current_version = 1.0.2
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.2] - 2020-07-14
### Added
- [#485] Header shows the RDN tokens deposited to the UDC and token on-chain balances.

Expand Down Expand Up @@ -153,7 +155,8 @@ token network.
### Changed
- First python package release.

[Unreleased]: https://github.com/raiden-network/webui/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/raiden-network/webui/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/raiden-network/webui/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/raiden-network/webui/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/raiden-network/webui/compare/v0.11.0...v1.0.0
[0.11.1]: https://github.com/raiden-network/webui/compare/v0.11.0...v0.11.1
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": "1.0.1",
"version": "1.0.2",
"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 = '1.0.1' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
version = '1.0.2' # 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 = '1.0.1';
export const version = '1.0.2';

0 comments on commit 04657ae

Please sign in to comment.