Skip to content

Commit

Permalink
Add Leap Micro 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Nov 21, 2024
1 parent 977a304 commit 6d84b10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/opensuse_distro_aliases/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ def get_distro_aliases(include_eol: bool = False) -> Dict[str, List[Distro]]:
),
"opensuse-leap-micro-all": (
_leap_micro_all := [
Distro(
name="openSUSE Leap Micro",
version="6.1",
namever="opensuse-leap-micro-6.1",
obs_project_name="openSUSE:Leap:Micro:6.1",
),
Distro(
name="openSUSE Leap Micro",
version="6.0",
Expand Down

0 comments on commit 6d84b10

Please sign in to comment.