From 63d6d1e8eaf9a20d4034388c1ba925083d2bc7b6 Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Thu, 17 Mar 2022 17:48:41 +0100 Subject: [PATCH] [release] 0.6.12 --- CHANGELOG.md | 4 ++++ halfapi/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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__}'