From 6879fa85ddee1ad75c0fa1f24e73043cabe52493 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Mon, 20 Jan 2025 17:19:45 +0100 Subject: [PATCH] Release 0.0.7 with sFlow support --- Makefile | 2 +- debian/changelog | 6 ++++++ setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"',