Bump version to 0.0.5, with unnumbered interfaces

This commit is contained in:
Pim van Pelt
2024-04-07 17:51:27 +02:00
parent 8c3a708647
commit ed2edeb6e8
3 changed files with 8 additions and 2 deletions

View File

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

5
debian/changelog vendored
View File

@ -1,3 +1,8 @@
vppcfg (0.0.5) unstable; urgency=low
Feature release:
* Allow for 'unnumbered' interfaces.
-- Pim van Pelt <pim@ipng.nl> Sun, 07 APr 2024 12:15:00 +0000
vppcfg (0.0.4) unstable; urgency=low
Feature release:

View File

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