From 5b464b87c889f9d30223052fbc88566c626dbdbd Mon Sep 17 00:00:00 2001 From: mpenning Date: Sat, 4 Nov 2023 16:18:50 -0500 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 eea4055..3602dab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,14 @@ - Summary: - Insert something here +## Version: 1.9.27 + +- Released: 2023-11-04 +- Summary: + - Add error traps and enhancements to `ccp_abc.py` + - Modify setter methods + - Rename methods and functions + ## Version: 1.9.26 - Released: 2023-11-04 diff --git a/pyproject.toml b/pyproject.toml index 94a0cde..4e83a84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.26" +version = "1.9.27" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [