X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm.py;h=a0405f993c4fabe15d628e84c18ebb42a054f1ce;hb=c255a82f4114d4ee2331f3fabb63ff032521ca50;hp=9e86b068a7a7cf855c307513fe1a68431726aa9e;hpb=27246d812b18dd1dd21ff26efef5f15745910d65;p=osm%2FLCM.git diff --git a/osm_lcm/lcm.py b/osm_lcm/lcm.py index 9e86b06..a0405f9 100644 --- a/osm_lcm/lcm.py +++ b/osm_lcm/lcm.py @@ -27,8 +27,8 @@ min_RO_version = [0, 5, 72] 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.20' -lcm_version_date = '2018-10-15' +lcm_version = '0.1.21' +lcm_version_date = '2018-10-31' class Lcm: