From 2c18f48f29510d4effbc56412aa6ec31b101f701 Mon Sep 17 00:00:00 2001 From: Kebechet Date: Thu, 24 Feb 2022 17:10:02 +0000 Subject: [PATCH] Release of version 0.16.9 --- CHANGELOG.md | 6 ++++++ thoth/python/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a035b..41312b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## Release 0.16.9 (2022-02-24T17:10:01) +* Fix constructing artifact url +* :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment +* Add parentheses +* Fix typo in error message + ## Release 0.16.8 (2022-02-14T14:42:58) * Fix artifact obtaining on the Pulp instance * :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment diff --git a/thoth/python/__init__.py b/thoth/python/__init__.py index 8a86c02..99d1bb5 100644 --- a/thoth/python/__init__.py +++ b/thoth/python/__init__.py @@ -33,7 +33,7 @@ from .source import Source -__version__ = "0.16.8" +__version__ = "0.16.9" __author__ = "Fridolin Pokorny , Christoph Görn " __copyright__ = "Copyright 2018, 2019 Red Hat, Inc." __license__ = "GPLv3+"