mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:49:04 +08:00
Set version for development
This commit is contained in:
parent
52a58374a8
commit
0f19f00805
@ -48,6 +48,10 @@ class CuraConan(ConanFile):
|
||||
"internal": False,
|
||||
}
|
||||
|
||||
def set_version(self):
|
||||
if self.version == "auto":
|
||||
self.version = "5.4.0-alpha"
|
||||
|
||||
@property
|
||||
def _pycharm_targets(self):
|
||||
return self.conan_data["pycharm_targets"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user