diff --git a/CHANGES.md b/CHANGES.md index b6d6200..36bd2b4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,14 @@ - Summary: - Insert something here +## Version: 0.7.74 + +- Released: 2024-07-06 +- Summary: + - Implement `BaseCfgLinne().__getitem__()` string slicing method + - Update tests + - Update documentation + ## Version: 0.7.73 - Released: 2024-07-04 diff --git a/ciscoconfparse2/__about__.py b/ciscoconfparse2/__about__.py index edba9e0..cd718b9 100644 --- a/ciscoconfparse2/__about__.py +++ b/ciscoconfparse2/__about__.py @@ -1 +1 @@ -__version__ = '0.7.73' +__version__ = '0.7.74'