From 9cefd21b68c31344762efb30920ecfc3fecdc4f8 Mon Sep 17 00:00:00 2001 From: mpenning Date: Tue, 14 Nov 2023 10:19:05 -0600 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 2d40326..ac6e6e9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,13 @@ - Summary: - Insert something here + +## Version: 1.9.30 + +- Released: 2023-11-14 +- Summary: + - Fix mis-named variable + ## Version: 1.9.29 - Released: 2023-11-14 diff --git a/pyproject.toml b/pyproject.toml index a679b87..4d7af0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.29" +version = "1.9.30" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [