From eba8919d97fc23e53c3b8ad6341e08a9dbde1c22 Mon Sep 17 00:00:00 2001 From: "Maxime Alves LIRMM@home" Date: Mon, 8 Aug 2022 20:19:54 +0200 Subject: [PATCH] [release] 0.6.21 --- CHANGELOG.md | 1 + halfapi/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a24321c..c40d1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Store only domain's config in halfapi['config'] - 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 "CONFIG" attribute to set the domain's testing configuration - 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 diff --git a/halfapi/__init__.py b/halfapi/__init__.py index a362c75..d0d163a 100644 --- a/halfapi/__init__.py +++ b/halfapi/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -__version__ = '0.6.21-rc0' +__version__ = '0.6.21' def version(): return f'HalfAPI version:{__version__}'