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 15, 2023
1 parent e78ec52 commit 41405ed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
- Summary:
- Insert something here

## Version: 1.9.32

- Released: 2023-11-15
- Summary:
- Add IPv6Obj() support for IPv4 embedded in an IPv6 address
- Add IPv6Obj() tests with an RFC 6052 NAT64 IPv4 embedded in an IPv6 address
- Add IPv6Obj() tests with other IPv4 embedded in an IPv6 addresses
- Remove print() debugging

## Version: 1.9.31

- Released: 2023-11-15
Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ test:
make timestamp
#make ping
make clean
# Attempt to fix strange github unit test import failures
cd tests && pytest -vvvvs ./test_*py
# You can also test with verbose output:
# cd tests && pytest -vvs ./test_*py
cd tests && pytest ./test_*py

.PHONY: clean
clean:
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.31"
version = "1.9.32"
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 41405ed

Please sign in to comment.