Skip to content

Commit

Permalink
Roll version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Nov 29, 2023
1 parent fbeb101 commit 1054571
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 1054571

Please sign in to comment.