From b01b5f8cafae9716f362f0cf170188d256a2ac70 Mon Sep 17 00:00:00 2001 From: mpenning Date: Tue, 10 Oct 2023 06:02:07 -0500 Subject: [PATCH 1/3] Roll version number --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index fb87e84f..360080f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,18 @@ - Summary: - Insert something here +## Version: 1.8.2 + +- Released: 2023-10-10 +- Summary: + - Remove better_exceptions + +## Version: 1.8.1 + +- Released: 2023-10-10 +- Summary: + - Use dnspython 2.3.0 instead of 2.4.2 to avoid the min python version of 3.8 in 2.4.2 + ## Version: 1.8.0 - Released: 2023-10-09 From c2f0e2c9a4fe3689b1e0d394c41b7e44501b5169 Mon Sep 17 00:00:00 2001 From: mpenning Date: Tue, 10 Oct 2023 06:02:29 -0500 Subject: [PATCH 2/3] Remove better_exceptions --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e7811576..411f03f5 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,6 @@ Dependencies - [dnspython](https://github.com/rthalley/dnspython) - [loguru](https://github.com/Delgan/loguru) - [deprecated](https://github.com/tantale/deprecated) -- [better-exceptions](https://github.com/Qix-/better-exceptions) Is this a tool, or is it artwork? --------------------------------- From e13ba41e818fc7a0f7d072f2fd163a9fdf57ed6c Mon Sep 17 00:00:00 2001 From: mpenning Date: Tue, 10 Oct 2023 06:02:57 -0500 Subject: [PATCH 3/3] Roll version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd096c6b..f264ddda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires-python = ">=3.7.0" # however, pip will NOT install unless I base pyproject.toml on the # [tool.poetry] section below. # -# Maybe it's my fault, but I have not had success trying to migrate to +# Maybe it's my fault, but I have not had success trying to migrate to # a [project] section with pip installs. I have stopped trying because # the problem is too complicated to continue throwing cycles at making a # [project] section work with 'pip install ciscoconfparse'.