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

Finished release 0.83.

parents 7e108984 89314d88
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ DEFAULT_ORGANIZATIONS = [
"EUMETSAT Multicast": True,
"NREN Access LEGACY": True,
"VLAN Interfaces": True,
"RE Peers": True,
"RE Peers BETA": True,
},
},
{
......@@ -96,7 +96,7 @@ DEFAULT_ORGANIZATIONS = [
"EUMETSAT Multicast": True,
"NREN Access LEGACY": True,
"VLAN Interfaces": True,
"RE Peers": True,
"RE Peers BETA": True,
},
},
{
......@@ -119,7 +119,7 @@ DEFAULT_ORGANIZATIONS = [
"EUMETSAT Multicast": True,
"NREN Access LEGACY": True,
"VLAN Interfaces": True,
"RE Peers": True,
"RE Peers BETA": True,
},
},
{
......@@ -154,7 +154,7 @@ DEFAULT_ORGANIZATIONS = [
"EUMETSAT Multicast": True,
"NREN Access LEGACY": True,
"VLAN Interfaces": True,
"RE Peers": True,
"RE Peers BETA": True,
},
},
]
......
......@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## [0.83] - 2025-06-24
- Fix RE Peers BETA folder exclusion
## [0.82] - 2025-06-24
- Refactor codebase to be more modular and maintainable
- Add inventory-provider api key support
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='brian-dashboard-manager',
version="0.82",
version="0.83",
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