From b4c37ea9990187623e8a454715b93fea25e4ac7b Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Fri, 3 Feb 2023 14:22:04 +0100 Subject: [PATCH] =?UTF-8?q?[release]=C2=A00.6.24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- halfapi/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b2753..976fbeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # HalfAPI -## 0.7.0 +## 0.6.24 - Uses the "Authorization" cookie to read authentication token additionnaly to the "Authorization" header - CLI : allows to run a single domain using the "halfapi domain --run domain_name" command diff --git a/halfapi/__init__.py b/halfapi/__init__.py index 167382d..ab75f24 100644 --- a/halfapi/__init__.py +++ b/halfapi/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -__version__ = '0.7.0' +__version__ = '0.6.24' def version(): return f'HalfAPI version:{__version__}'