Skip to content

Commit

Permalink
Merge pull request #459 from thoth-station/v0.16.9
Browse files Browse the repository at this point in the history
Release of version 0.16.9
  • Loading branch information
fridex committed Feb 24, 2022
2 parents 299d6ec + 2c18f48 commit d620a39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion thoth/python/__init__.py
Expand Up @@ -33,7 +33,7 @@
from .source import Source


__version__ = "0.16.8"
__version__ = "0.16.9"
__author__ = "Fridolin Pokorny <fridolin@redhat.com>, Christoph Görn <goern@redhat.com>"
__copyright__ = "Copyright 2018, 2019 Red Hat, Inc."
__license__ = "GPLv3+"
Expand Down

0 comments on commit d620a39

Please sign in to comment.