diff --git a/CHANGES.md b/CHANGES.md index 8fd16b6..95c689f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,13 @@ - Summary: - Insert something here +## Version: 1.9.16 + +- Released: 2023-10-28 +- Summary: + - Deprecate CiscoRange().insert() + + ## Version: 1.9.15 - Released: 2023-10-28 diff --git a/pyproject.toml b/pyproject.toml index edadbbc..c8c5e55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.15" +version = "1.9.16" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [