Skip to content

Commit 5d5dc5d

Browse files
author
Fernando Cezar
authored
Release 0.18.0 (#1079)
* add release note * Bump version: 0.17.1 → 0.18.0
1 parent 98f0044 commit 5d5dc5d

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
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 = 0.17.1
2+
current_version = 0.18.0
33
commit = True
44
tag = False
55

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
### 0.18.0 (2021-09-24)
4+
* Add cache to `to_address_checksum` function
5+
36
### 0.17.1 (2021-09-20)
47
* Fix service URL registration when `ping` is not installed (https://github.com/raiden-network/raiden-services/issues/1065)
58

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.7
22

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

66
WORKDIR /services

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.17.1'
29+
release = '0.18.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def read_requirements(path: str) -> List[str]:
3434

3535
setup(
3636
name="raiden-services",
37-
version="0.17.1",
37+
version="0.18.0",
3838
license="MIT",
3939
description=DESCRIPTION,
4040
long_description=README,

0 commit comments

Comments
 (0)