From 26f749466584d8cf9b0df239ab69cceb7bb44ca3 Mon Sep 17 00:00:00 2001 From: mpenning Date: Sat, 11 May 2024 09:06:35 -0500 Subject: [PATCH] Version 0.7.60 --- CHANGES.md | 6 ++++++ ciscoconfparse2/__about__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 57a7ca3..10e0613 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,12 @@ - Summary: - Insert something here +## Version: 0.7.60 + +- Released: 2024-05-11 +- Summary: + - Make rust `deploy_docs.rs` return values explicit + ## Version: 0.7.59 - Released: 2024-05-11 diff --git a/ciscoconfparse2/__about__.py b/ciscoconfparse2/__about__.py index 9b56783..ee9c3d0 100644 --- a/ciscoconfparse2/__about__.py +++ b/ciscoconfparse2/__about__.py @@ -1 +1 @@ -__version__ = '0.7.59' +__version__ = '0.7.60'