release 0.0.6

This commit is contained in:
Pim van Pelt
2024-04-07 23:39:47 +02:00
parent f01c865c87
commit 5381cf4490
3 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VERSION=0.0.5 VERSION=0.0.6
VPPCFG:=vppcfg VPPCFG:=vppcfg
PYTHON?=python3 PYTHON?=python3
PIP?=pip PIP?=pip

6
debian/changelog vendored
View File

@ -3,6 +3,12 @@ vppcfg (0.0.5) unstable; urgency=low
Feature release: Feature release:
* Allow for 'unnumbered' interfaces. * Allow for 'unnumbered' interfaces.
-- Pim van Pelt <pim@ipng.nl> Sun, 07 APr 2024 12:15:00 +0000 -- Pim van Pelt <pim@ipng.nl> Sun, 07 APr 2024 12:15:00 +0000
vppcfg (0.0.6) unstable; urgency=low
Feature release:
* Re-order the interfaces: loopbacks before phy/sub-int
-- Pim van Pelt <pim@ipng.nl> Sun, 07 APr 2024 12:15:00 +0000
vppcfg (0.0.4) unstable; urgency=low vppcfg (0.0.4) unstable; urgency=low
Feature release: Feature release:

View File

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