Skip to content

Commit

Permalink
upgrade to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmarkarl committed Dec 5, 2024
1 parent 0cd7768 commit 74ed649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jupyterlab/semver.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,11 +748,11 @@ def make_range(range_, loose):
class Range:
def __init__(self, range_, loose):
if "/services" in range_:
range_ = "~7.3.1"
range_ = "~7.3.2"
elif "/ui-components" in range_:
range_ = "~4.3.1"
range_ = "~4.3.2"
elif "/mainmenu-extension" in range_:
range_ = "~4.3.1"
range_ = "~4.3.2"

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

0 comments on commit 74ed649

Please sign in to comment.