Increment SDK version to 7.5.0

The Cura 4.9 release will have expanded functionality. If you have a plug-in that uses this functionality, marking it as using SDK 7.5.0 will notify older Cura releases that they can't use that plug-in.
This commit is contained in:
Ghostkeeper 2021-04-06 13:28:08 +02:00
parent 81c37ac4f4
commit 08be77adad
No known key found for this signature in database
GPG key ID: 14C3586CD2EFC5B9
61 changed files with 165 additions and 165 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.4.0"
CuraSDKVersion = "7.5.0"
try:
from cura.CuraVersion import CuraAppName # type: ignore