release: bump version to 0.0.2 for Debian and PIP
This commit is contained in:
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
VERSION=0.0.1
|
||||
VERSION=0.0.2
|
||||
VPPCFG:=vppcfg
|
||||
PYTHON?=python3
|
||||
PIP?=pip
|
||||
|
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
||||
vppcfg (0.0.2) unstable; urgency=low
|
||||
|
||||
Bugfix release:
|
||||
* Fix python load / include paths, now vppcfg runs relative to $PATH
|
||||
* Partial fix for 'make test' (doesn't execute the YAMLTest suite yet,
|
||||
this has no impact to production)
|
||||
* Bugfix: correctly prune vxlan tunnels which have an address set
|
||||
* Lint: address a few pylint errors
|
||||
|
||||
-- Ray Kinsella <mdr@ashroe.eu> Thu, 30 Jun 2022 14:00:00 +0000
|
||||
vppcfg (0.0.1) unstable; urgency=low
|
||||
|
||||
* Initial public release
|
||||
|
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="vppcfg",
|
||||
version="0.0.1",
|
||||
version="0.0.2",
|
||||
install_requires=[
|
||||
"requests",
|
||||
'importlib-metadata; python_version == "3.8"',
|
||||
|
Reference in New Issue
Block a user