Skip to content

Commit

Permalink
Merge pull request #1230 from thoth-station/v0.35.0
Browse files Browse the repository at this point in the history
Release of version 0.35.0
  • Loading branch information
sesheta authored Feb 11, 2022
2 parents 2609b4c + d4e0104 commit 6bec26b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for the Thoth common module

## Release 0.35.0 (2022-02-11T09:41:07)
* Increase test timeout
* Allow passing dependency indexes to be checked for solver

## Release 0.34.1 (2022-02-09T06:05:03)
* :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment (#1222)
* Fix parsing solver name for Python 3.10
Expand Down
2 changes: 1 addition & 1 deletion thoth/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from .workflows import WorkflowManager

__name__ = "thoth-common"
__version__ = "0.34.1"
__version__ = "0.35.0"


__all__ = [
Expand Down

0 comments on commit 6bec26b

Please sign in to comment.