From 35438e4dae27209751e55a67b4ba32bdda6d1263 Mon Sep 17 00:00:00 2001 From: mpenning Date: Thu, 30 Nov 2023 10:23:55 -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 f821e09..8496993 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,14 @@ - Summary: - Insert something here +## Version: 1.9.47 + +- Released: 2023-11-30 +- Summary: + - Update documentation + - Modify `BaseCfgLine().append_to_family()` behavior + - Add more tests + ## Version: 1.9.46 - Released: 2023-11-30 diff --git a/pyproject.toml b/pyproject.toml index 791e097..d9a1d2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.46" +version = "1.9.47" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [