[release] 0.6.16
This commit is contained in:
parent
f68b7e59b8
commit
a46b045ca6
|
@ -1,5 +1,12 @@
|
||||||
# HalfAPI
|
# 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
|
## 0.6.15
|
||||||
|
|
||||||
- Allows to define a "__acl__" variable in the API module's __init__.py, to
|
- Allows to define a "__acl__" variable in the API module's __init__.py, to
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
__version__ = '0.6.15'
|
__version__ = '0.6.16'
|
||||||
|
|
||||||
def version():
|
def version():
|
||||||
return f'HalfAPI version:{__version__}'
|
return f'HalfAPI version:{__version__}'
|
||||||
|
|
Loading…
Reference in New Issue