Do not set ns-detailed error when scaling is not initiated
[osm/LCM.git] / osm_lcm / lcm.py
index 892ca41..be31bf3 100644 (file)
@@ -27,8 +27,8 @@ min_RO_version = [0, 5, 72]
 min_n2vc_version = "0.0.2"
 min_common_version = "0.1.7"
 # uncomment if LCM is installed as library and installed, and get them from __init__.py
-lcm_version = '0.1.16'
-lcm_version_date = '2018-10-10'
+lcm_version = '0.1.17'
+lcm_version_date = '2018-10-11'
 
 
 class Lcm: