diff --git a/CHANGES.md b/CHANGES.md index 3602dab..1d24b19 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,14 @@ - Summary: - Insert something here +## Version: 1.9.28 + +- Released: 2023-11-05 +- Summary: + - Remove `print()` statements and add debugging + - Use `InvalidParameters()` if parsed with `factory=True` on an unsupported syntax (was an `AssertionError()`). + - Rename internal methods + ## Version: 1.9.27 - Released: 2023-11-04 diff --git a/pyproject.toml b/pyproject.toml index 4e83a84..8cc9c55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.27" +version = "1.9.28" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [