Skip to content

Commit 04657ae

Browse files
committed
Bump version: 1.0.1 → 1.0.2
1 parent 249f916 commit 04657ae

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

.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 = 1.0.1
2+
current_version = 1.0.2
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.2] - 2020-07-14
46
### Added
57
- [#485] Header shows the RDN tokens deposited to the UDC and token on-chain balances.
68

@@ -153,7 +155,8 @@ token network.
153155
### Changed
154156
- First python package release.
155157

156-
[Unreleased]: https://github.com/raiden-network/webui/compare/v1.0.1...HEAD
158+
[Unreleased]: https://github.com/raiden-network/webui/compare/v1.0.2...HEAD
159+
[1.0.2]: https://github.com/raiden-network/webui/compare/v1.0.1...v1.0.2
157160
[1.0.1]: https://github.com/raiden-network/webui/compare/v1.0.0...v1.0.1
158161
[1.0.0]: https://github.com/raiden-network/webui/compare/v0.11.0...v1.0.0
159162
[0.11.1]: https://github.com/raiden-network/webui/compare/v0.11.0...v0.11.1

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": "1.0.1",
3+
"version": "1.0.2",
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 = '1.0.1' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
88+
version = '1.0.2' # 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 = '1.0.1';
2+
export const version = '1.0.2';

0 commit comments

Comments
 (0)