Skip to content

Commit

Permalink
Release 0.18.0 (#1079)
Browse files Browse the repository at this point in the history
* add release note

* Bump version: 0.17.1 → 0.18.0
  • Loading branch information
Fernando Cezar authored Sep 24, 2021
1 parent 98f0044 commit 5d5dc5d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 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.17.1
current_version = 0.18.0
commit = True
tag = False

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### 0.18.0 (2021-09-24)
* Add cache to `to_address_checksum` function

### 0.17.1 (2021-09-20)
* Fix service URL registration when `ping` is not installed (https://github.com/raiden-network/raiden-services/issues/1065)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.7

LABEL Name=raiden-services Version=0.17.1 Maintainer="Raiden Network Team <[email protected]>"
LABEL Name=raiden-services Version=0.18.0 Maintainer="Raiden Network Team <[email protected]>"
EXPOSE 6000

WORKDIR /services
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.17.1'
release = '0.18.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def read_requirements(path: str) -> List[str]:

setup(
name="raiden-services",
version="0.17.1",
version="0.18.0",
license="MIT",
description=DESCRIPTION,
long_description=README,
Expand Down

0 comments on commit 5d5dc5d

Please sign in to comment.