[release] 0.6.27

This commit is contained in:
Maxime Alves LIRMM 2023-06-07 11:46:53 +02:00
parent ff3a39c740
commit 54cc6c17c9
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## 0.6.27
### Breaking changes
- ACLs definition can now include a "public" parameter that defines if there should be an automatic creation of a route to check this acls
- /halfapi/acls does not return the "result", it just returns if there is a public route to check the ACL on /halfapi/acls/acl_name

View File

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