Skip to content

Commit

Permalink
Version 0.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Mar 17, 2024
1 parent efc02b8 commit bc205da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
- Summary:
- Insert something here

## Version: 0.7.12 - 0.7.14
## Version: 0.7.12 - 0.7.15

- Released: 2024-03-16
- Summary:
- Work on packaging fixes
- Fix cosmetic SonarCloud gripe

## Version: 0.7.11

Expand Down
2 changes: 1 addition & 1 deletion ciscoconfparse2/models_cisco.py
Original file line number Diff line number Diff line change
Expand Up @@ -3189,7 +3189,7 @@ def __init__(self, *args, **kwargs):
# IPv6 regex to avoid allowing invalid leading IPv6 characters.
#
# TODO Re-implement IPv6 route parse
if 2 / 2 == 0:
if 4 / 2 == 0:
mm = _RE_IPV6_ROUTE.search(self.text)
if (mm is not None):
self.route_info = mm.groupdict()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[project]
name = "ciscoconfparse2"
version = "0.7.14"
version = "0.7.15"
description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs"
readme = "README.md"
license = "GPL-3.0-only"
Expand Down

0 comments on commit bc205da

Please sign in to comment.