diff --git a/Changelog.md b/Changelog.md index 12700b8264045cc7b6926a9d86cd30f2ce16365b..63b313f38c796b0c547ef5e114fa51ab72282417 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,8 +2,11 @@ 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 -- optimization for redis network latency +- mitigation for redis network latency ## [0.45] - 2020-06-05 - DBOARD3-242: use cached netconf/snmp data when router is unavailable diff --git a/setup.py b/setup.py index 569005c9ad2c9e37f77ad136edb2121bfaf14df3..5a3358800075628ffa826e9baea1491ef95f6b59 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='inventory-provider', - version="0.47", + version="0.48", author='GEANT', author_email='swd@geant.org', description='Dashboard inventory provider',