File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ ` 7.0.0.dev0 ` (unreleased)] ( https://github.com/kdeldycke/meta-package-manager/compare/v6.6.0...main )
4-
5- > [ !WARNING]
6- > This version is ** not released yet** and is under active development.
3+ ## [ ` 7.0.0 ` (2026-06-26)] ( https://github.com/kdeldycke/meta-package-manager/compare/v6.6.0...v7.0.0 )
74
85- ** Breaking:** [ mpm] Rename the ` --allow-no-cooldown ` flag to the ` --require-cooldown-support ` /` --allow-unsupported-managers ` pair, and its ` allow_no_cooldown ` config to ` require_cooldown_support ` (default ` true ` ).
96- ** Breaking:** [ mpm] The ` sort_by ` configuration option is now a list of fields, matching the repeatable ` --sort-by ` . Wrap an existing scalar value in brackets: ` sort_by = "package_id" ` becomes ` sort_by = ["package_id"] ` .
Original file line number Diff line number Diff line change 88 email: kevin@deldycke.com
99 orcid: "https://orcid.org/0000-0001-9748-9014"
1010doi: 10.5281/zenodo.6809571
11- version: 7.0.0.dev0
11+ version: 7.0.0
1212# The release date is kept up to date by the external workflows. See:
1313# https://github.com/kdeldycke/workflows/blob/33b704b489c1aa18b7b7efbf963e153e91e1c810/.github/workflows/changelog.yaml#L135-L137
14- date-released: 2026-06-21
14+ date-released: 2026-06-26
1515url: "https://github.com/kdeldycke/meta-package-manager"
Original file line number Diff line number Diff line change 2121
2222from __future__ import annotations
2323
24- __version__ = "7.0.0.dev0 "
24+ __version__ = "7.0.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = [ "uv-build>=0.9" ]
55[project ]
66# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
77name = " meta-package-manager"
8- version = " 7.0.0.dev0 "
8+ version = " 7.0.0"
99description = " 🎁 wraps all package managers with a unifying CLI"
1010readme = " readme.md"
1111keywords = [
@@ -212,7 +212,7 @@ optional-dependencies.toml = [ "click-extra[toml]" ]
212212optional-dependencies.xml = [ " click-extra[xml]" ]
213213optional-dependencies.yaml = [ " click-extra[yaml]" ]
214214urls.Changelog = " https://github.com/kdeldycke/meta-package-manager/blob/main/changelog.md"
215- urls.Download = " https://github.com/kdeldycke/meta-package-manager/releases/tag/v7.0.0.dev0 "
215+ urls.Download = " https://github.com/kdeldycke/meta-package-manager/releases/tag/v7.0.0"
216216urls.Funding = " https://github.com/sponsors/kdeldycke"
217217urls.Homepage = " https://github.com/kdeldycke/meta-package-manager"
218218urls.Issues = " https://github.com/kdeldycke/meta-package-manager/issues"
@@ -392,7 +392,7 @@ run.source = [ "meta_package_manager" ]
392392report.precision = 2
393393
394394[tool .bumpversion ]
395- current_version = " 7.0.0.dev0 "
395+ current_version = " 7.0.0"
396396# Parse versions with an optional .devN suffix (PEP 440).
397397parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)(\\ .dev(?P<dev>\\ d+))?"
398398serialize = [
You can’t perform that action at this time.
0 commit comments