[release] 0.6.18

This commit is contained in:
maxime 2022-06-23 15:48:58 +02:00
parent 3c97d39cdc
commit 3ec6d7514e
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3
__version__ = '0.6.17'
__version__ = '0.6.18'
def version():
return f'HalfAPI version:{__version__}'