release 0.0.6
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
VERSION=0.0.5
|
VERSION=0.0.6
|
||||||
VPPCFG:=vppcfg
|
VPPCFG:=vppcfg
|
||||||
PYTHON?=python3
|
PYTHON?=python3
|
||||||
PIP?=pip
|
PIP?=pip
|
||||||
|
|||||||
Vendored
+6
@@ -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:
|
||||||
|
|||||||
@@ -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"',
|
||||||
|
|||||||
Reference in New Issue
Block a user