diff --git a/CHANGES.md b/CHANGES.md index 216e704e..4aa7e560 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,11 @@ - Summary: - Insert something here +## Version: 1.8.2 + +- Released: 2023-10-10 +- Summary: + - Remove better_exceptions ## Version: 1.8.1 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? --------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 120cf191..7b51340e 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'.