[release] 0.6.12

This commit is contained in:
Maxime Alves LIRMM 2022-03-17 17:48:41 +01:00
parent e8c99e6012
commit 63d6d1e8ea
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# HalfAPI
## 0.6.12
- Installs pytest with dependencies in Docker image, tests when building image
## 0.6.11
- Fix "request" has no "path_params" attribute bug

View File

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