diff --git a/CHANGELOG.md b/CHANGELOG.md index 9344403..a087ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/halfapi/__init__.py b/halfapi/__init__.py index ecd658c..a9f9cee 100644 --- a/halfapi/__init__.py +++ b/halfapi/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -__version__ = '0.6.11' +__version__ = '0.6.12' def version(): return f'HalfAPI version:{__version__}'