Skip to content

Commit

Permalink
Merge pull request #419 from thoth-station/v0.16.4
Browse files Browse the repository at this point in the history
Release of version 0.16.4
  • Loading branch information
sesheta committed Sep 30, 2021
2 parents d275b1e + 7213ce1 commit b93179a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## Release 0.16.4 (2021-09-30T08:10:53)
### Features
* replace string with correct symbol
* :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment

## Release 0.16.3 (2021-08-24T13:10:44)
### Features
* :arrow_up: Automatic update of dependencies by Kebechet
Expand Down
2 changes: 1 addition & 1 deletion thoth/python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from .source import Source


__version__ = "0.16.3"
__version__ = "0.16.4"
__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 b93179a

Please sign in to comment.