Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release of version 0.9.0 #450

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

## Release 0.9.0 (2023-02-07T08:44:53)
* 77c2507 :arrow_up: Bump certifi from 2021.10.8 to 2022.12.7
* c91448f remove f-string from version logging
* 3abec71 :arrow_up: update pre-commit config
* 4b38ba0 Upgrade pre-commit image version (#444)
* 66ed1e3 :arrow_up: ci config updates
* 2649535 Remove unused .thothTemplate.yaml (#441)
* 2d1a3f9 Update OWNERS
* d6b6480 Enable TLS verification
* 23e829a Update pyproject.toml to use Python 3.8
* b2ea4e1 replace update with advise manager

## Release 0.8.1 (2021-11-08T12:15:13)
* :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment
* :arrow_up: Automatic update of dependencies by Kebechet
Expand Down
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from thoth.storages import __version__ as __storage__version__


__version__ = "0.8.1"
__version__ = "0.9.0"
__component_version__ = (
f"{__version__}+"
f"python.{__python__version__}."
Expand Down