Release 0.0.7 with sFlow support

This commit is contained in:
2025-01-20 17:19:45 +01:00
parent ac13ffbdb1
commit 6879fa85dd
3 changed files with 8 additions and 2 deletions

View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
vppcfg (0.0.7) unstable; urgency=low
Feature release:
* Support VPP sFlow plugin
-- Pim van Pelt <pim@ipng.nl> Mon, 28 Oct 2024 16:56:47 +0000
vppcfg (0.0.6) unstable; urgency=low
Feature release:

View File

@ -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"',