From f7b3478caad34f14b391c801ea5b881692668612 Mon Sep 17 00:00:00 2001 From: Thoth Bot <33906690+sesheta@users.noreply.github.com> Date: Tue, 10 Nov 2020 17:58:14 +0100 Subject: [PATCH] Release of version 1.3.1 (#599) Co-authored-by: Kebechet --- CHANGELOG.md | 9 +++++++++ thamos/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61baae64f..919f0b795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2489,3 +2489,12 @@ * :pushpin: Automatic update of dependency invectio from 0.0.7 to 0.1.0 (#586) * :pushpin: Automatic update of dependency daiquiri from 2.1.1 to 3.0.0 (#585) * :pushpin: Automatic update of dependency certifi from 2020.6.20 to 2020.11.8 (#584) + +## Release 1.3.1 (2020-11-10T16:57:41) +### Features +* Remove sleep before first attempt to obtain results (#569) +* Adjust host to User API in the README (#597) +### Automatic Updates +* :pushpin: Automatic update of dependency rich from 9.1.0 to 9.2.0 (#595) +* :pushpin: Automatic update of dependency micropipenv from 1.0.0 to 1.0.1 (#594) +* :pushpin: Automatic update of dependency rich from 9.1.0 to 9.2.0 (#593) diff --git a/thamos/__init__.py b/thamos/__init__.py index c8648f0ba..bd8298651 100644 --- a/thamos/__init__.py +++ b/thamos/__init__.py @@ -18,5 +18,5 @@ """A CLI tool and library for interacting with Thoth.""" __name__ = "thamos" -__version__ = "1.3.0" +__version__ = "1.3.1" __author__ = "Fridolin Pokorny "