Skip to content

Commit c411ff5

Browse files
committed
Bump version: 1.1.0 → 1.1.1
1 parent 57ee03d commit c411ff5

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.1.0
2+
current_version = 1.1.1
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.1.1] - 2020-12-03
46
### Fixed
57
- [#580] Show error message in quick connect dialog when no pathfinding service is set.
68

@@ -164,7 +166,8 @@ token network.
164166
### Changed
165167
- First python package release.
166168

167-
[Unreleased]: https://github.com/raiden-network/webui/compare/v1.1.0...HEAD
169+
[Unreleased]: https://github.com/raiden-network/webui/compare/v1.1.1...HEAD
170+
[1.1.1]: https://github.com/raiden-network/webui/compare/v1.1.0...v1.1.1
168171
[1.1.0]: https://github.com/raiden-network/webui/compare/v1.0.2...v1.1.0
169172
[1.0.2]: https://github.com/raiden-network/webui/compare/v1.0.1...v1.0.2
170173
[1.0.1]: https://github.com/raiden-network/webui/compare/v1.0.0...v1.0.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.1.0",
3+
"version": "1.1.1",
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.1.0' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
88+
version = '1.1.1' # 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.1.0';
2+
export const version = '1.1.1';

0 commit comments

Comments
 (0)