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
Tags 0.3
No related merge requests found
...@@ -51,9 +51,7 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -51,9 +51,7 @@ DEFAULT_ORGANIZATIONS = [
"Lab Devices" "Lab Devices"
], ],
"excluded_folders": { "excluded_folders": {
"Aggregates": ["CAE1"], "Aggregates": ["CAE1"]
"GWS Direct": True,
"GWS Indirect": True,
} }
}, },
{ {
...@@ -97,8 +95,7 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -97,8 +95,7 @@ DEFAULT_ORGANIZATIONS = [
"Lab Devices", "Lab Devices",
], ],
"excluded_folders": { "excluded_folders": {
"GWS Direct": True,
"GWS Indirect": True,
} }
}, },
{ {
...@@ -124,8 +121,6 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -124,8 +121,6 @@ DEFAULT_ORGANIZATIONS = [
"IAS PUBLIC": True, "IAS PUBLIC": True,
"IAS UPSTREAM": True, "IAS UPSTREAM": True,
"GWS PHY Upstream": True, "GWS PHY Upstream": True,
"GWS Direct": True,
"GWS Indirect": True,
} }
} }
] ]
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file. 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 ## [0.22] - 2021-09-15
- Add missing GWS folders to list of folders to keep - Add missing GWS folders to list of folders to keep
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='brian-dashboard-manager', name='brian-dashboard-manager',
version="0.22", version="0.23",
author='GEANT', author='GEANT',
author_email='swd@geant.org', author_email='swd@geant.org',
description='', 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