Skip to content

Commit

Permalink
Start 5.5.x release branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
rburema committed Sep 20, 2023
1 parent f21f08e commit d45b5d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class UraniumConan(ConanFile):

def set_version(self):
if not self.version:
self.version = "5.5.0-alpha"
self.version = "5.5.0-beta.1"

@property
def _base_dir(self):
Expand Down Expand Up @@ -95,7 +95,7 @@ def validate(self):
raise ConanInvalidConfiguration("Only versions 5+ are support")

def requirements(self):
self.requires("pyarcus/5.3.0")
self.requires("pyarcus/(latest)@ultimaker/stable")
self.requires("cpython/3.10.4")

def build_requirements(self):
Expand Down

0 comments on commit d45b5d9

Please sign in to comment.