[release] 0.6.16

This commit is contained in:
maxime 2022-06-23 07:24:05 +02:00
parent f68b7e59b8
commit a46b045ca6
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# HalfAPI
## 0.6.16
- The definition of "HALFAPI_DOMAIN_MODULE" environment variable allows to
specify the base module for a domain structure. It is formatted as a python
import path.
The "HALFAPI_DOMAIN" specifies the "name" of the module
## 0.6.15
- Allows to define a "__acl__" variable in the API module's __init__.py, to

View File

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