From 883963ee27e825cee2de09f6fcf0ebc448947109 Mon Sep 17 00:00:00 2001 From: mpenning Date: Mon, 11 Dec 2023 18:03:35 -0600 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 33c1b87..0cb2400 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,13 @@ - Summary: - Insert something here +## Version: 0.1.10 + +- Released: 2023-12-11 +- Summary: + - Add `reverse` keyword + - Add [tomlkit](https://github.com/sdispater/tomlkit) version 0.12.3 + ## Version: 0.1.9 - Released: 2023-12-11 diff --git a/pyproject.toml b/pyproject.toml index f5231a8..3c82445 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse2" -version = "0.1.9" +version = "0.1.10" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [