mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Set version for development
This commit is contained in:
parent
52a58374a8
commit
0f19f00805
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue