Skip to content

Commit

Permalink
Roll version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Dec 1, 2023
1 parent 66e1b4b commit cf30661
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
- Summary:
- Insert something here

## Version: 1.9.49

- Released: 2023-11-30
- Summary:
- Update documentation
- Add `empty_branches` parameter to `CiscoConfParse().find_object_branches()`
- BREAKING CHANGE: `empty_branches` defaults False, which will remove an empty branch from the results.
- `empty_branches=False` is a change from previous `find_object_branches()` defaults; to restore original behavior, call with `empty_branches=True`.
- Add more tests

## Version: 1.9.48

- Released: 2023-11-30
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.48"
version = "1.9.49"
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 cf30661

Please sign in to comment.