[release] 0.6.24

This commit is contained in:
Maxime Alves LIRMM 2023-02-03 14:22:04 +01:00
parent 5a7e51ae94
commit b4c37ea999
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# HalfAPI
## 0.7.0
## 0.6.24
- Uses the "Authorization" cookie to read authentication token additionnaly to the "Authorization" header
- CLI : allows to run a single domain using the "halfapi domain --run domain_name" command

View File

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