From e0d58bf785fae10dc196e56836c392c8454b473d Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Thu, 4 May 2023 20:03:13 +0100 Subject: [PATCH] Bump to v8.0.1 --- CHANGELOG.md | 6 ++++++ notifications_python_client/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 271a0aa..1869c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 8.0.1 + +* Some minor non-functional code reformatting. +* Changing emitted logs to use lazy %-based evaluation rather than upfront "".format +* Changing an error-level log to a warning-level log (request failures). These still throw the actual exception to be caught and handled by the calling code. + ### 8.0.0 * Add support for python 3.10 and 3.11 diff --git a/notifications_python_client/__init__.py b/notifications_python_client/__init__.py index 6224a79..ed9acf1 100644 --- a/notifications_python_client/__init__.py +++ b/notifications_python_client/__init__.py @@ -7,7 +7,7 @@ # # -- http://semver.org/ -__version__ = "8.0.0" +__version__ = "8.0.1" from notifications_python_client.errors import ( # noqa REQUEST_ERROR_MESSAGE,