diff --git a/Makefile b/Makefile index e95d35f..fc0e26e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.6 +VERSION=0.0.7 VPPCFG:=vppcfg PYTHON?=python3 PIP?=pip diff --git a/debian/changelog b/debian/changelog index 472adc7..73b01d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vppcfg (0.0.7) unstable; urgency=low + + Feature release: + * Support VPP sFlow plugin + + -- Pim van Pelt Mon, 28 Oct 2024 16:56:47 +0000 vppcfg (0.0.6) unstable; urgency=low Feature release: diff --git a/setup.py b/setup.py index 53b557b..7bec92a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name="vppcfg", - version="0.0.6", + version="0.0.7", install_requires=[ "requests", 'importlib-metadata; python_version >= "3.8"',