From bd097954550c13b7819ea0ba91322e3dcdd9e355 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 27 Jul 2023 23:25:49 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.4.0=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ metis_client/const.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d45f8..d6291a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.5.0 (2023-07-27) + +### Feat + +- **namespaces**: check that engine is supported + ## v0.4.0 (2023-06-25) ### Feat diff --git a/metis_client/const.py b/metis_client/const.py index 83746a5..c452c6a 100644 --- a/metis_client/const.py +++ b/metis_client/const.py @@ -5,7 +5,7 @@ from logging import Logger, getLogger from typing import Literal, Union -PROJECT_VERSION = "0.4.0" +PROJECT_VERSION = "0.5.0" PROJECT_NAME = "metis_client" # This is the default user agent, diff --git a/pyproject.toml b/pyproject.toml index fa1952e..0c92e1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] name = "metis-client" -version = "0.4.0" +version = "0.5.0" description = """Metis infra API client in Python""" authors = [{name = "Sergei Korolev", email = "knopki@duck.com"}] readme = "README.md"