Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelwedler committed Dec 3, 2020
1 parent 57ee03d commit c411ff5
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.1.0
current_version = 1.1.1
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.1.1] - 2020-12-03
### Fixed
- [#580] Show error message in quick connect dialog when no pathfinding service is set.

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

[Unreleased]: https://github.com/raiden-network/webui/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/raiden-network/webui/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/raiden-network/webui/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/raiden-network/webui/compare/v1.0.2...v1.1.0
[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
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.1.0",
"version": "1.1.1",
"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.1.0' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
version = '1.1.1' # 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.1.0';
export const version = '1.1.1';

0 comments on commit c411ff5

Please sign in to comment.