[release] 0.6.21
This commit is contained in:
parent
c0bd6ddc43
commit
5d1b88daca
|
@ -5,6 +5,7 @@
|
||||||
- Store only domain's config in halfapi['config']
|
- Store only domain's config in halfapi['config']
|
||||||
- Should run halfapi domain with config_file argument
|
- Should run halfapi domain with config_file argument
|
||||||
- Testing : You can specify a "MODULE" attribute to point out the path to the Api's base module
|
- Testing : You can specify a "MODULE" attribute to point out the path to the Api's base module
|
||||||
|
- Testing : You can specify a "CONFIG" attribute to set the domain's testing configuration
|
||||||
- Environment : HALFAPI_DOMAIN_MODULE can be set to specify Api's base module
|
- Environment : HALFAPI_DOMAIN_MODULE can be set to specify Api's base module
|
||||||
- Config : 'module' attribute can be set to specify Api's base module
|
- Config : 'module' attribute can be set to specify Api's base module
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
__version__ = '0.6.21-rc0'
|
__version__ = '0.6.21'
|
||||||
|
|
||||||
def version():
|
def version():
|
||||||
return f'HalfAPI version:{__version__}'
|
return f'HalfAPI version:{__version__}'
|
||||||
|
|
Loading…
Reference in New Issue