Update the SDK version to 7.3.0 for 4.7

CURA-7641
This commit is contained in:
Kostas Karmas 2020-08-07 11:12:27 +02:00
parent eb17e146bc
commit bd54ef8d5a
59 changed files with 161 additions and 161 deletions

View file

@ -13,7 +13,7 @@ DEFAULT_CURA_DEBUG_MODE = False
# Each release has a fixed SDK version coupled with it. It doesn't make sense to make it configurable because, for
# example Cura 3.2 with SDK version 6.1 will not work. So the SDK version is hard-coded here and left out of the
# CuraVersion.py.in template.
CuraSDKVersion = "7.2.0"
CuraSDKVersion = "7.3.0"
try:
from cura.CuraVersion import CuraAppName # type: ignore