From 24687b3c2a62f8f441e9812c5fab7a4123482b2c Mon Sep 17 00:00:00 2001 From: mpenning Date: Sat, 28 Oct 2023 08:22:28 -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 3876e1d..8fd16b6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,12 @@ - Summary: - Insert something here +## Version: 1.9.15 + +- Released: 2023-10-28 +- Summary: + - Add fixes CiscoRange() interface_class + ## Version: 1.9.14 - Released: 2023-10-28 diff --git a/pyproject.toml b/pyproject.toml index 51ce217..edadbbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.14" +version = "1.9.15" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [