Skip to content
Snippets Groups Projects
Commit de916278 authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 0.71.

parents d3fbb751 0f48901b
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
## [0.71] - 2024-11-04
- Remove use of feature not available in python 3.6
- Shutdown executors explicitly when we are done with them
## [0.70] - 2024-11-04
- Broken release
## [0.69] - 2024-11-04
- Remove EAP dashboard from NREN access dropdown by removing customers tag
- Ensure process executors are always shutdown in case of errors or when the with block is exited.
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='brian-dashboard-manager',
version="0.70",
version="0.71",
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