X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm.py;fp=osm_lcm%2Flcm.py;h=62a20548b19ba9f1868ee2552188eb8785ea6e85;hb=baa51102b17d0ce70be800b08688198b6127f1c4;hp=a6760d0adb9278709c6cb2f25cf87734120dedb8;hpb=ed7f6d409b6dfa4833898a774aaadcda92be94e6;p=osm%2FLCM.git diff --git a/osm_lcm/lcm.py b/osm_lcm/lcm.py index a6760d0..62a2054 100644 --- a/osm_lcm/lcm.py +++ b/osm_lcm/lcm.py @@ -44,8 +44,8 @@ min_RO_version = [0, 6, 0] 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.28' -lcm_version_date = '2018-11-29' +lcm_version = '0.1.29' +lcm_version_date = '2018-12-14' class Lcm: