From a8619b1a6bb4f81d35d2eb37d901e9ebaef22276 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 3 Mar 2022 20:32:55 +0000 Subject: [PATCH] 0.16.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- yadc/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dacf2a1..d2775b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.16.1 (2022-03-03) +### Fix +* Use subtract not elapsed, fixes #8. ([`418e20c`](https://github.com/2e0byo/YADC/commit/418e20c0ce73010eb7d831bf8e2b0213bb3b6924)) + +### Documentation +* Add note re tor. ([`10ac0b6`](https://github.com/2e0byo/YADC/commit/10ac0b6c2ad8beab925ae7a4a702550fffdc5044)) + ## v0.16.0 (2022-02-17) ### Feature * **browser:** Even more explicit logging. ([`98cde22`](https://github.com/2e0byo/YADC/commit/98cde22e04de8e829359f9cd7c994e89b4f71385)) diff --git a/pyproject.toml b/pyproject.toml index d4ef379..bb94f81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yadc" -version = "0.16.0" +version = "0.16.1" description = "Yet Another DVSA Cancellation checker" authors = ["John Maximilian <2e0byo@gmail.com>"] license = "MIT" diff --git a/yadc/__init__.py b/yadc/__init__.py index bdb1d6a..81ea18e 100644 --- a/yadc/__init__.py +++ b/yadc/__init__.py @@ -2,4 +2,4 @@ coloredlogs.install() -__version__ = "0.16.0" +__version__ = "0.16.1"