Skip to content

Commit

Permalink
Merge pull request #38 from rpm-software-management/leap-micro-6_1
Browse files Browse the repository at this point in the history
Leap Micro 6.1
  • Loading branch information
dcermak authored Nov 21, 2024
2 parents 977a304 + 5c1fcd1 commit 20ad368
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opensuse-distro-aliases"
version = "0.2.1"
version = "0.2.2"
description = "Aliases for active openSUSE releases"
authors = ["Dan Čermák <[email protected]>"]
license = "MIT"
Expand Down
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 20ad368

Please sign in to comment.