Skip to content
Snippets Groups Projects
Commit f8eb2568 authored by Erik Reid's avatar Erik Reid
Browse files

Merge branch 'develop' of...

Merge branch 'develop' of gitlab.geant.net:live-projects/dashboardv3/inventory-provider into develop
parents f016aff3 7469ff5c
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,11 @@ ...@@ -2,8 +2,11 @@
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.47] - 2020-06-06
- bugfix when catching junos rpc exceptions
## [0.46] - 2020-06-05 ## [0.46] - 2020-06-05
- optimization for redis network latency - mitigation for redis network latency
## [0.45] - 2020-06-05 ## [0.45] - 2020-06-05
- DBOARD3-242: use cached netconf/snmp data when router is unavailable - DBOARD3-242: use cached netconf/snmp data when router is unavailable
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='inventory-provider', name='inventory-provider',
version="0.47", version="0.48",
author='GEANT', author='GEANT',
author_email='swd@geant.org', author_email='swd@geant.org',
description='Dashboard inventory provider', description='Dashboard inventory provider',
......
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