[release] 0.6.12
This commit is contained in:
parent
e8c99e6012
commit
63d6d1e8ea
|
@ -1,5 +1,9 @@
|
||||||
# HalfAPI
|
# HalfAPI
|
||||||
|
|
||||||
|
## 0.6.12
|
||||||
|
|
||||||
|
- Installs pytest with dependencies in Docker image, tests when building image
|
||||||
|
|
||||||
## 0.6.11
|
## 0.6.11
|
||||||
|
|
||||||
- Fix "request" has no "path_params" attribute bug
|
- Fix "request" has no "path_params" attribute bug
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
__version__ = '0.6.11'
|
__version__ = '0.6.12'
|
||||||
|
|
||||||
def version():
|
def version():
|
||||||
return f'HalfAPI version:{__version__}'
|
return f'HalfAPI version:{__version__}'
|
||||||
|
|
Loading…
Reference in New Issue