File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 6.0 .0 (unreleased)] ( https://github.com/kdeldycke/meta-package-manager/compare/v5.21.0...main )
3+ ## [ 6.1 .0 (unreleased)] ( https://github.com/kdeldycke/meta-package-manager/compare/v5.21.0...main )
44
55> [ !IMPORTANT]
66> This version is not released yet and is under active development.
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: 6.0 .0
11+ version: 6.1 .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: 2025-12-06
14+ date-released: 2025-12-08
1515url: "https://github.com/kdeldycke/meta-package-manager"
Original file line number Diff line number Diff line change 1717
1818from __future__ import annotations
1919
20- __version__ = "6.0 .0"
20+ __version__ = "6.1 .0"
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22# <xbar.title>Meta Package Manager</xbar.title>
3- # <xbar.version>v6.0 .0</xbar.version>
3+ # <xbar.version>v6.1 .0</xbar.version>
44# <xbar.author>Kevin Deldycke</xbar.author>
55# <xbar.author.github>kdeldycke</xbar.author.github>
66# <xbar.desc>List outdated packages and manage upgrades.</xbar.desc>
Original file line number Diff line number Diff line change 11[project ]
22# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
33name = " meta-package-manager"
4- version = " 6.0 .0"
4+ version = " 6.1 .0"
55# Python versions and their status: https://devguide.python.org/versions/
66requires-python = " >= 3.10"
77description = " 🎁 wraps all package managers with a unifying CLI"
@@ -199,8 +199,8 @@ module-root = ""
199199product-name = " Meta Package Manager"
200200file-description = " 🎁 wraps all package managers with a unifying CLI"
201201copyright = " Kevin Deldycke <kevin@deldycke.com> and contributors. Distributed under GPL-2.0-or-later license."
202- file-version = " 6.0 .0"
203- product-version = " 6.0 .0"
202+ file-version = " 6.1 .0"
203+ product-version = " 6.1 .0"
204204macos-app-icon = " docs/assets/icon.png"
205205linux-icon = " docs/assets/icon.png"
206206windows-icon-from-ico = " docs/assets/icon.png"
@@ -244,7 +244,7 @@ addopts = [
244244xfail_strict = true
245245
246246[tool .bumpversion ]
247- current_version = " 6.0 .0"
247+ current_version = " 6.1 .0"
248248allow_dirty = true
249249
250250[[tool .bumpversion .files ]]
You can’t perform that action at this time.
0 commit comments