From 3ec6d7514ef036caf838553cc8faad3e17cd7eda Mon Sep 17 00:00:00 2001 From: maxime Date: Thu, 23 Jun 2022 15:48:58 +0200 Subject: [PATCH] [release] 0.6.18 --- CHANGELOG.md | 4 ++++ halfapi/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c52073..27df2ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # HalfAPI +## 0.6.18 + +- Fix config coming from .halfapi/config when using HALFAPI_DOMAIN_NAME environment variable + ## 0.6.17 - Fix 0.6.16 diff --git a/halfapi/__init__.py b/halfapi/__init__.py index b2351b0..5eed838 100644 --- a/halfapi/__init__.py +++ b/halfapi/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -__version__ = '0.6.17' +__version__ = '0.6.18' def version(): return f'HalfAPI version:{__version__}'