[release] 0.6.24
This commit is contained in:
parent
5a7e51ae94
commit
b4c37ea999
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
__version__ = '0.7.0'
|
||||
__version__ = '0.6.24'
|
||||
|
||||
def version():
|
||||
return f'HalfAPI version:{__version__}'
|
||||
|
|
Loading…
Reference in New Issue