Merge remote-tracking branch 'origin/5.6' into CURA-11300_translations_v5p6

This commit is contained in:
Remco Burema 2023-11-15 14:40:32 +01:00
commit 278206d456
18 changed files with 177 additions and 154 deletions

View file

@ -50,7 +50,7 @@ class CuraConan(ConanFile):
def set_version(self):
if not self.version:
self.version = "5.6.0-beta.1"
self.version = "5.6.0-beta.2"
@property
def _pycharm_targets(self):