Upgrade MO message for 2022.1 (#10315)

This commit is contained in:
Anastasia Kazantaeva
2022-02-15 13:10:45 +03:00
committed by GitHub
parent 2b8e1ec49a
commit ccc38d22a8

View File

@@ -8,7 +8,7 @@ msg_fmt = 'It\'s been a while, check for a new version of ' + \
def get_ov_update_message():
expected_update_date = datetime.date(year=2022, month=2, day=15)
expected_update_date = datetime.date(year=2022, month=4, day=30)
current_date = datetime.date.today()
link = 'https://software.intel.com/content/www/us/en/develop/tools/openvino-toolkit/download.html?cid=other&source=prod&campid=ww_2022_bu_IOTG_OpenVINO-2022-1&content=upg_all&medium=organic'