diff --git a/Changelog.md b/Changelog.md index 73cfd927d2281e146f7dcc784f857040e829f85a..9557cc51c7da5af86f6b1e8b1c1befea05b6729a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## [0.40] +- DBOARD3-270: preliminary msr support +- DBOARD3-272: support srx* office routers% ## [0.39] - LGR-73: expose routers with pop info so LG doesn't need to connect to opsdb diff --git a/setup.py b/setup.py index 89199218b34d2de5955831978cb4c35c872fb53b..4844f1b9f5b98f9195611547449f4a51911679e9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='inventory-provider', - version="0.40", + version="0.41", author='GEANT', author_email='swd@geant.org', description='Dashboard inventory provider',