Bug 585 : change charm model_name to ns_id and adding index to application_name to...
[osm/LCM.git] / osm_lcm / lcm.py
index a88e785..4bc2ca8 100644 (file)
@@ -44,8 +44,8 @@ min_RO_version = [0, 5, 84]
 min_n2vc_version = "0.0.2"
 min_common_version = "0.1.11"
 # uncomment if LCM is installed as library and installed, and get them from __init__.py
-lcm_version = '0.1.27'
-lcm_version_date = '2018-11-27'
+lcm_version = '0.1.28'
+lcm_version_date = '2018-11-29'
 
 
 class Lcm: