From 49699f43d377218482037345e1c6b1e36f311526 Mon Sep 17 00:00:00 2001 From: mpenning Date: Thu, 26 Oct 2023 15:48:23 -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 025d836..9a57deb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,12 @@ - Summary: - Insert something here +## Version: 1.9.5 + +- Released: 2023-10-26 +- Summary: + - Fix missing `InvalidTypecast()` + ## Version: 1.9.4 - Released: 2023-10-26 diff --git a/pyproject.toml b/pyproject.toml index 2c1c12a..fbc0d9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.4" +version = "1.9.5" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [