[release] 0.6.23

This commit is contained in:
Maxime Alves LIRMM 2023-01-14 12:03:40 +01:00
parent 4c966e7151
commit dc29abea84
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,16 @@
# HalfAPI
## 0.6.23
Dependency update version
- starlette v0.23
- orjson v3.8.5
- click v8
- pyJWT v2.6
- pyYAML v6
- toml v0.10
## 0.6.22
- IMPORTANT : Fix bug introduced with 0.6.20 (fix arguments handling)

View File

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