Bump version to 0.0.5, with unnumbered interfaces
This commit is contained in:
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
VERSION=0.0.4
|
VERSION=0.0.5
|
||||||
VPPCFG:=vppcfg
|
VPPCFG:=vppcfg
|
||||||
PYTHON?=python3
|
PYTHON?=python3
|
||||||
PIP?=pip
|
PIP?=pip
|
||||||
|
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -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
|
vppcfg (0.0.4) unstable; urgency=low
|
||||||
|
|
||||||
Feature release:
|
Feature release:
|
||||||
|
3
setup.py
3
setup.py
@ -1,9 +1,10 @@
|
|||||||
"""vppcfg setuptools setup.py for pip and deb pkg installations"""
|
"""vppcfg setuptools setup.py for pip and deb pkg installations"""
|
||||||
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="vppcfg",
|
name="vppcfg",
|
||||||
version="0.0.4",
|
version="0.0.5",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"requests",
|
"requests",
|
||||||
'importlib-metadata; python_version >= "3.8"',
|
'importlib-metadata; python_version >= "3.8"',
|
||||||
|
Reference in New Issue
Block a user