From 41405edac6aa5a50dad65c0a084037ac66cb53bc Mon Sep 17 00:00:00 2001 From: mpenning Date: Wed, 15 Nov 2023 06:13:52 -0600 Subject: [PATCH] Roll version number --- CHANGES.md | 9 +++++++++ Makefile | 5 +++-- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 91c7355..6e746c1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/Makefile b/Makefile index 7dbccfa..851c78b 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 4174393..79822bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [