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

Finished release 0.26.

parents d312cd8a fbd0497c
No related branches found
Tags 0.7
No related merge requests found
......@@ -40,7 +40,7 @@ from brian_dashboard_manager.templating.render import render_dashboard
logger = logging.getLogger(__name__)
MAX_WORKERS = 1
MAX_WORKERS = 4
DASHBOARDS = {
'NREN': {
'tag': ['customers'],
......
......@@ -2,7 +2,10 @@
All notable changes to this project will be documented in this file.
## [0.24] - 2021-10-12
## [0.26] - 2021-10-12
- increase thread pool sizes from 1 to 4
## [0.25] - 2021-10-12
- POL1-463: bugfixes
## [0.24] - 2021-10-11
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='brian-dashboard-manager',
version="0.25",
version="0.26",
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