Skip to content

Commit

Permalink
Pin the release versions
Browse files Browse the repository at this point in the history
Contributes to CURA-11385
  • Loading branch information
jellespijker committed Nov 28, 2023
1 parent b341f9e commit 5b6e9d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class CuraConan(ConanFile):

def set_version(self):
if not self.version:
self.version = "5.6.0-beta.2"
self.version = "5.6.0"

@property
def _i18n_options(self):
Expand Down Expand Up @@ -323,18 +323,18 @@ def requirements(self):
self.requires("zlib/1.2.13")
self.requires("pyarcus/5.3.0")
self.requires("dulcificum/0.1.0-beta.1") # TODO update pin for stable
self.requires("curaengine/(latest)@ultimaker/stable")
self.requires("curaengine/5.6.0")
self.requires("pysavitar/5.3.0")
self.requires("pynest2d/5.3.0")
self.requires("curaengine_plugin_gradual_flow/0.1.0")
self.requires("uranium/(latest)@ultimaker/stable")
self.requires("cura_binary_data/(latest)@ultimaker/stable")
self.requires("uranium/5.6.0")
self.requires("cura_binary_data/5.6.0")
self.requires("cpython/3.10.4")
if self.options.internal:
self.requires("cura_private_data/(latest)@internal/testing")
self.requires("fdm_materials/(latest)@internal/testing")
else:
self.requires("fdm_materials/(latest)@ultimaker/stable")
self.requires("fdm_materials/5.6.0")

def build_requirements(self):
if self.options.get_safe("enable_i18n", False):
Expand Down

0 comments on commit 5b6e9d1

Please sign in to comment.