From f6f2f6fd9ae3205b0e8e7c706ee5afb4b731d045 Mon Sep 17 00:00:00 2001 From: Kebechet Date: Mon, 27 Sep 2021 20:59:47 +0000 Subject: [PATCH] Release of version 0.8.10 --- CHANGELOG.md | 4 ++++ app.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6650d..d94f249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +## Release 0.8.10 (2021-09-27T20:59:47) +### Features +* :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment + ## Release 0.8.9 (2021-09-20T13:27:09) ### Features * Fix the dependency issues diff --git a/app.py b/app.py index 8c4ec8e..7b24497 100755 --- a/app.py +++ b/app.py @@ -29,7 +29,7 @@ init_logging() _LOGGER = logging.getLogger("thoth.graph_backup_job") -__version__ = "0.8.9" +__version__ = "0.8.10" __component_version__ = f"{__version__}+thoth_storage.{__storages__version__}" KNOWLEDGE_GRAPH_HOST = os.getenv("KNOWLEDGE_GRAPH_HOST", "localhost") KNOWLEDGE_GRAPH_PORT = os.getenv("KNOWLEDGE_GRAPH_PORT", "5432")