diff --git a/debian/changelog b/debian/changelog index d1c0049..c4de77b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vppcfg (0.0.4) unstable; urgency=low + + Feature release: + * Bugfix, ensuring IPv6 addresses are in their canonical form, to avoid + spurious diffs when comparing to VPP dataplane addresses. + * Document the 'device-type' field for interfaces + -- Pim van Pelt Sat, 03 Dec 2022 14:15:00 +0000 vppcfg (0.0.3) unstable; urgency=low Feature release: diff --git a/setup.py b/setup.py index 17c2393..32bf82d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name="vppcfg", - version="0.0.3", + version="0.0.4", install_requires=[ "requests", 'importlib-metadata; python_version >= "3.8"',