diff --git a/changelog b/changelog index c0517b2e1e91fb1b82ee5627d3a82c3328ee18b0..50335362b3d0a82474c4b8b65722eae8a835aa90 100644 --- a/changelog +++ b/changelog @@ -41,3 +41,4 @@ 0.24: optimization, don't do aggressive pre-delete checking rebuilding 0.25: propagate errors when waiting for tasks to complete 0.26: NOT SUITABLE FOR PRODUCTION! filter qfx* routers until space is synced with opsdb +0.27: added some status flags to the latch structure diff --git a/setup.py b/setup.py index ef7751e55c95e20f359e3a46091ebd6abbb8c073..c252c6535e12944aac4142c279d22f9f04b47e0c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='inventory-provider', - version="0.27", + version="0.28", author='GEANT', author_email='swd@geant.org', description='Dashboard inventory provider',