Skip to content
Snippets Groups Projects
Commit 66b14da6 authored by Jenkins's avatar Jenkins
Browse files

Finished release 0.85.

parents b859e2d4 af9edb7b
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ class VLAN_TYPES(Enum):
ACCESS = auto()
TRUNK = auto()
VLAN = auto()
EPIPE = auto()
_PORT_TYPES = [t.name for t in list(PORT_TYPES)]
......
......@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## [0.85] - 2025-07-07
- Add EPIPE to VLAN types to fix /poller/interfaces schema validation
## [0.84] - 2025-06-24
- Fix ignored_folders expecting a UID, not a title
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='brian-dashboard-manager',
version="0.84",
version="0.85",
author='GEANT',
author_email='swd@geant.org',
description='',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment