diff --git a/Makefile b/Makefile index e916606..e95d35f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.5 +VERSION=0.0.6 VPPCFG:=vppcfg PYTHON?=python3 PIP?=pip diff --git a/debian/changelog b/debian/changelog index 88919b5..78b2ae5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,12 @@ vppcfg (0.0.5) unstable; urgency=low Feature release: * Allow for 'unnumbered' interfaces. -- Pim van Pelt 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 Sun, 07 APr 2024 12:15:00 +0000 vppcfg (0.0.4) unstable; urgency=low Feature release: diff --git a/setup.py b/setup.py index 82db446..53b557b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name="vppcfg", - version="0.0.5", + version="0.0.6", install_requires=[ "requests", 'importlib-metadata; python_version >= "3.8"',