From f0b9c54f69442442decd9f0b82304507253c719d Mon Sep 17 00:00:00 2001 From: mpenning Date: Fri, 3 Nov 2023 13:45:18 -0500 Subject: [PATCH] Roll version number --- CHANGES.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index fbeaf33..5648288 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,13 @@ - Summary: - Insert something here +## Version: 1.9.23 + +- Released: 2023-11-02 +- Summary: + - Rename `ConfigLineFactory()` to `config_line_factory()` + - Add / rename function parameters + ## Version: 1.9.22 - Released: 2023-11-02 diff --git a/pyproject.toml b/pyproject.toml index 93e108e..0d77e94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.22" +version = "1.9.23" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [