[rc] 0.6.28rc5

This commit is contained in:
Maxime Alves LIRMM 2023-09-01 04:59:17 +09:00
parent 673097adeb
commit 476ae29792
2 changed files with 5 additions and 1 deletions

View File

@ -79,6 +79,10 @@ The standard configuration precedence is fixed, in this order from the hight to
Small cleanup of the logs levels. If you don't want the config to be dumped, just set the HALFAPI_LOGLEVEL to something different than "DEBUG". Small cleanup of the logs levels. If you don't want the config to be dumped, just set the HALFAPI_LOGLEVEL to something different than "DEBUG".
### Fixes
- Check an ACL based on a decorator on "/halfapi/acls/MY_ACL"
## 0.6.27 ## 0.6.27
### Breaking changes ### Breaking changes

View File

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