From 9330369ef5ea9c56f5bba527f5f1a33736b34c35 Mon Sep 17 00:00:00 2001 From: mpenning Date: Sat, 28 Oct 2023 06:47:07 -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 4909585..3876e1d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,13 @@ - Summary: - Insert something here +## Version: 1.9.14 + +- Released: 2023-10-28 +- Summary: + - Fix incrementing CiscoRange() channel numbers + - Improve 'make test' + ## Version: 1.9.13 - Released: 2023-10-27 diff --git a/pyproject.toml b/pyproject.toml index 7bc7cd9..51ce217 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.13" +version = "1.9.14" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [