From 1cdd5c1fef92774d3b84e2c0ca6f584cb135092a Mon Sep 17 00:00:00 2001 From: mpenning Date: Wed, 29 Nov 2023 12:47:58 -0600 Subject: [PATCH] Roll version number --- CHANGES.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index cee0042..951a468 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,7 @@ - Documentation updates - Fix python ALE linter complaints - Update `deploy_docs.go` + - Add new `hier_config` as a dependency - Add new `Diff()` object - Add `list()` inputs to `find_parent_objects()` and `find_child_objects()` diff --git a/pyproject.toml b/pyproject.toml index 06105c2..60c35a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.40" +version = "1.9.41" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [