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 5, 2023
1 parent c2f8136 commit d7ce148
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
- Summary:
- Insert something here

## Version: 1.9.28

- Released: 2023-11-05
- Summary:
- Remove `print()` statements and add debugging
- Use `InvalidParameters()` if parsed with `factory=True` on an unsupported syntax (was an `AssertionError()`).
- Rename internal methods

## Version: 1.9.27

- Released: 2023-11-04
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.27"
version = "1.9.28"
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 d7ce148

Please sign in to comment.