From d7ce148fbd3cfe1a06e41bc564018e0a7efa5228 Mon Sep 17 00:00:00 2001 From: mpenning Date: Sun, 5 Nov 2023 07:59:11 -0600 Subject: [PATCH] Roll version number --- CHANGES.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 = [