From 6f8dc31e10b55bfd09a1d7a48dcbc5e923a21327 Mon Sep 17 00:00:00 2001 From: mpenning Date: Thu, 2 Nov 2023 15:02:35 -0500 Subject: [PATCH] Roll version number --- CHANGES.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a7771d2..fbeaf33 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,12 @@ - Summary: - Insert something here +## Version: 1.9.22 + +- Released: 2023-11-02 +- Summary: + - Improve parsing and parse error-handling + ## Version: 1.9.21 - Released: 2023-11-02 diff --git a/pyproject.toml b/pyproject.toml index 591830d..93e108e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.21" +version = "1.9.22" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [