Skip to content

Commit

Permalink
Version 0.7.66
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Jun 29, 2024
1 parent 88eccd2 commit 158c8da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
- Summary:
- Insert something here

## Version: 0.7.66

- Released: 2024-06-29
- Summary:
- feat: Add `__contains__()` and `__iter__()` support to `BaseCfgLine()`
- chore: add more tests

## Version: 0.7.65

- Released: 2024-06-29
Expand Down
2 changes: 1 addition & 1 deletion ciscoconfparse2/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.65'
__version__ = '0.7.66'

0 comments on commit 158c8da

Please sign in to comment.