diff --git a/CHANGES.md b/CHANGES.md index 951a468..e23ee51 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,19 @@ - Summary: - Insert something here +## Version: 1.9.42 + +- Released: 2023-11-29 +- Summary: + - Documentation updates + - Remove `ciscoconfparse.sync_diff()` + - Remove `ciscoconfparse.req_cfgspec_all_diff()` + - Remove `ciscoconfparse.req_cfgspec_excl_diff()` + - Remove `ccp_util.dns_lookup()` + - Remove `ccp_util.dns6_lookup()` + - Remove `ccp_util.reverse_dns_lookup()` + - Remove `HDiff()` + ## Version: 1.9.41 - Released: 2023-11-29 diff --git a/pyproject.toml b/pyproject.toml index ed0881e..68a2d65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.41" +version = "1.9.42" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [