Skip to content

Commit

Permalink
fix semver
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmarkarl committed May 2, 2024
2 parents 002ecad + 61e1c42 commit 27a87f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab/semver.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ def make_range(range_, loose):
class Range:
def __init__(self, range_, loose):
if "/services" in range_:
range_ = "~7.1.5"
range_ = "~7.1.6"

self.loose = loose
# First, split based on boolean or ||
Expand Down

0 comments on commit 27a87f9

Please sign in to comment.