mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -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,
|
"internal": False,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
def set_version(self):
|
||||||
|
if self.version == "auto":
|
||||||
|
self.version = "5.4.0-alpha"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def _pycharm_targets(self):
|
def _pycharm_targets(self):
|
||||||
return self.conan_data["pycharm_targets"]
|
return self.conan_data["pycharm_targets"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue