diff --git a/Makefile b/Makefile index 15302dc..e916606 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.4 +VERSION=0.0.5 VPPCFG:=vppcfg PYTHON?=python3 PIP?=pip diff --git a/debian/changelog b/debian/changelog index c4de77b..88919b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +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.4) unstable; urgency=low Feature release: diff --git a/setup.py b/setup.py index 32bf82d..82db446 100644 --- a/setup.py +++ b/setup.py @@ -1,9 +1,10 @@ """vppcfg setuptools setup.py for pip and deb pkg installations""" + from setuptools import setup setup( name="vppcfg", - version="0.0.4", + version="0.0.5", install_requires=[ "requests", 'importlib-metadata; python_version >= "3.8"',