Skip to content
Snippets Groups Projects
Commit f38fa955 authored by Release Webservice's avatar Release Webservice
Browse files

Finished release 0.23.

parents 4be0b4cd d74e4aef
No related branches found
No related tags found
No related merge requests found
......@@ -51,9 +51,7 @@ DEFAULT_ORGANIZATIONS = [
"Lab Devices"
],
"excluded_folders": {
"Aggregates": ["CAE1"],
"GWS Direct": True,
"GWS Indirect": True,
"Aggregates": ["CAE1"]
}
},
{
......@@ -97,8 +95,7 @@ DEFAULT_ORGANIZATIONS = [
"Lab Devices",
],
"excluded_folders": {
"GWS Direct": True,
"GWS Indirect": True,
}
},
{
......@@ -124,8 +121,6 @@ DEFAULT_ORGANIZATIONS = [
"IAS PUBLIC": True,
"IAS UPSTREAM": True,
"GWS PHY Upstream": True,
"GWS Direct": True,
"GWS Indirect": True,
}
}
]
......
......@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## [0.23] - 2021-09-28
- Remove exclusion of GWS (In-)direct for relevant organizations
## [0.22] - 2021-09-15
- Add missing GWS folders to list of folders to keep
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='brian-dashboard-manager',
version="0.22",
version="0.23",
author='GEANT',
author_email='swd@geant.org',
description='',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment