X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2F__init__.py;h=1644d0b8726042adf5cfedb20af2dd5d77bb4b91;hp=1be799cdff3648bf390ee24e1f0372c6bc2edaef;hb=2a929042e82cf1e010da9d8ff516f96159a57efd;hpb=15a1f68badbe4865b7abb3cb9ac816ed963d4b63 diff --git a/osm_nbi/__init__.py b/osm_nbi/__init__.py index 1be799c..1644d0b 100644 --- a/osm_nbi/__init__.py +++ b/osm_nbi/__init__.py @@ -12,5 +12,12 @@ # under the License. ## -version = '6.0.3.post15' -version_date = '2018-10-17' +version = '7.0.0.post11' +version_date = '2019-02-04' + +# Obtain installed package version. Ignore if error, e.g. pkg_resources not installed +try: + from pkg_resources import get_distribution + version = get_distribution("osm_nbi").version +except Exception: + pass