diff --git a/Changelog.md b/Changelog.md index 3942962741008f66708123693715f5b0a62a600a..12700b8264045cc7b6926a9d86cd30f2ce16365b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## [0.46] - 2020-06-05 +- optimization for redis network latency + ## [0.45] - 2020-06-05 - DBOARD3-242: use cached netconf/snmp data when router is unavailable - use celery events rather than status for logging errors & warnings diff --git a/setup.py b/setup.py index a975d4f998a7526e50b4e1d6c55d0016448bc55e..569005c9ad2c9e37f77ad136edb2121bfaf14df3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='inventory-provider', - version="0.46", + version="0.47", author='GEANT', author_email='swd@geant.org', description='Dashboard inventory provider',