From 91cb5640f6aaa4315b8df2cb1133f22258b46c81 Mon Sep 17 00:00:00 2001 From: mpenning Date: Wed, 15 Nov 2023 04:59:42 -0600 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 ac6e6e9..91c7355 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,12 +4,18 @@ - Summary: - Insert something here +## Version: 1.9.31 + +- Released: 2023-11-15 +- Summary: + - Vastly speed up large CiscoRange() operations ## Version: 1.9.30 - Released: 2023-11-14 - Summary: - Fix mis-named variable + - Update iosxr ipv4 address parsing with factory=True ## Version: 1.9.29 diff --git a/pyproject.toml b/pyproject.toml index 4d7af0f..4174393 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.30" +version = "1.9.31" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [