Upgrade MO message for 2022.1 (#10315)
This commit is contained in:
committed by
GitHub
parent
2b8e1ec49a
commit
ccc38d22a8
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user