From 6bca7902583e108817f403c65fae6b586ffe0ce1 Mon Sep 17 00:00:00 2001 From: mpenning Date: Sun, 30 Jun 2024 14:39:32 -0500 Subject: [PATCH] Version 0.7.70 --- CHANGES.md | 6 ++++++ ciscoconfparse2/__about__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0a1863e..0211c17 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,12 @@ - Summary: - Insert something here +## Version: 0.7.70 + +- Released: 2024-06-30 +- Summary: + - Update documentation + ## Version: 0.7.69 - Released: 2024-06-30 diff --git a/ciscoconfparse2/__about__.py b/ciscoconfparse2/__about__.py index 29db02c..6e69356 100644 --- a/ciscoconfparse2/__about__.py +++ b/ciscoconfparse2/__about__.py @@ -1 +1 @@ -__version__ = '0.7.69' +__version__ = '0.7.70'