From a718c2d3e4190708e3e74599b24a8594db182770 Mon Sep 17 00:00:00 2001 From: Kebechet Date: Mon, 9 May 2022 19:39:34 +0000 Subject: [PATCH] Release of version 0.9.1 --- CHANGELOG.md | 5 +++++ app.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8350bf..81ae526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +## Release 0.9.1 (2022-05-09T19:39:34) +* 26d129c :ship: Bump up base image initialized in CI. (#222) +* acd8013 :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment (#221) +* ef11978 :medal_sports: set badges for easy access to content + ## Release 0.9.0 (2022-01-31T21:29:10) * :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment * Add metrics about pg dump creation status diff --git a/app.py b/app.py index 1a64537..16e3379 100755 --- a/app.py +++ b/app.py @@ -29,7 +29,7 @@ init_logging() _LOGGER = logging.getLogger("thoth.graph_backup_job") -__version__ = "0.9.0" +__version__ = "0.9.1" __component_version__ = f"{__version__}+thoth_storage.{__storages__version__}" COMPONENT_NAME = "graph-backup-job"