Skip to content

Commit f4b9a4d

Browse files
committed
[changelog] Post-release version bump
1 parent 51c6d30 commit f4b9a4d

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [6.0.3 (unreleased)](https://github.com/kdeldycke/meta-package-manager/compare/v6.0.2...main)
4+
5+
> [!IMPORTANT]
6+
> This version is not released yet and is under active development.
7+
38
## [6.0.2 (2026-01-09)](https://github.com/kdeldycke/meta-package-manager/compare/v6.0.1...v6.0.2)
49

510
- [uv] Workaround `uv` parsing issues with package specifiers by not quoting them. Closes {issue}`1653`.

citation.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ authors:
88
email: kevin@deldycke.com
99
orcid: "https://orcid.org/0000-0001-9748-9014"
1010
doi: 10.5281/zenodo.6809571
11-
version: 6.0.2
11+
version: 6.0.3
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-01-02
14+
date-released: 2026-01-09
1515
url: "https://github.com/kdeldycke/meta-package-manager"

meta_package_manager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
from __future__ import annotations
1919

20-
__version__ = "6.0.2"
20+
__version__ = "6.0.3"

meta_package_manager/bar_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# <xbar.title>Meta Package Manager</xbar.title>
3-
# <xbar.version>v6.0.2</xbar.version>
3+
# <xbar.version>v6.0.3</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>

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
33
name = "meta-package-manager"
4-
version = "6.0.2"
4+
version = "6.0.3"
55
# Python versions and their status: https://devguide.python.org/versions/
66
requires-python = ">= 3.10"
77
description = "🎁 wraps all package managers with a unifying CLI"
@@ -179,7 +179,7 @@ docs = [
179179

180180
[project.urls]
181181
"Homepage" = "https://github.com/kdeldycke/meta-package-manager"
182-
"Download" = "https://github.com/kdeldycke/meta-package-manager/releases/tag/v6.0.2"
182+
"Download" = "https://github.com/kdeldycke/meta-package-manager/releases/tag/v6.0.3"
183183
"Changelog" = "https://github.com/kdeldycke/meta-package-manager/blob/main/changelog.md"
184184
"Issues" = "https://github.com/kdeldycke/meta-package-manager/issues"
185185
"Repository" = "https://github.com/kdeldycke/meta-package-manager"
@@ -204,8 +204,8 @@ exclude-newer = "1 week"
204204
product-name = "Meta Package Manager"
205205
file-description = "🎁 wraps all package managers with a unifying CLI"
206206
copyright = "Kevin Deldycke <kevin@deldycke.com> and contributors. Distributed under GPL-2.0-or-later license."
207-
file-version = "6.0.2"
208-
product-version = "6.0.2"
207+
file-version = "6.0.3"
208+
product-version = "6.0.3"
209209
macos-app-icon = "docs/assets/icon.png"
210210
linux-icon = "docs/assets/icon.png"
211211
windows-icon-from-ico = "docs/assets/icon.png"
@@ -249,7 +249,7 @@ addopts = [
249249
xfail_strict = true
250250

251251
[tool.bumpversion]
252-
current_version = "6.0.2"
252+
current_version = "6.0.3"
253253
allow_dirty = true
254254

255255
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)