Cut 0.0.4

This commit is contained in:
Pim van Pelt
2023-05-25 18:29:35 +02:00
parent 0183822505
commit d5dbd11d2d
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -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 <pim@ipng.nl> Sat, 03 Dec 2022 14:15:00 +0000
vppcfg (0.0.3) unstable; urgency=low vppcfg (0.0.3) unstable; urgency=low
Feature release: Feature release:

View File

@ -3,7 +3,7 @@ from setuptools import setup
setup( setup(
name="vppcfg", name="vppcfg",
version="0.0.3", version="0.0.4",
install_requires=[ install_requires=[
"requests", "requests",
'importlib-metadata; python_version >= "3.8"', 'importlib-metadata; python_version >= "3.8"',