Cut 0.0.4
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
||||
|
||||
Feature release:
|
||||
|
2
setup.py
2
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"',
|
||||
|
Reference in New Issue
Block a user