From 5de98c68237f920975b182644f9788a9a8a781f9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 30 Nov 2023 21:28:12 +0000 Subject: [PATCH] 1.8.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ wipac_dev_tools/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d7701..bbf8681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.8.2 (2023-11-30) + +### Other + +* Add `specialty_loggers` to `set_level()` ([#89](https://github.com/WIPACrepo/wipac-dev-tools/issues/89)) ([`95fa8ba`](https://github.com/WIPACrepo/wipac-dev-tools/commit/95fa8bad27361596f0ac73cb7b46beb81ecc0b83)) + ## v1.8.1 (2023-11-22) ### Other diff --git a/wipac_dev_tools/__init__.py b/wipac_dev_tools/__init__.py index c10406a..bc33620 100644 --- a/wipac_dev_tools/__init__.py +++ b/wipac_dev_tools/__init__.py @@ -16,7 +16,7 @@ ] # version is a human-readable version number. -__version__ = "1.8.1" +__version__ = "1.8.2" # version_info is a four-tuple for programmatic comparison. The first # three numbers are the components of the version number. The fourth