Skip to content

Commit 45b857d

Browse files
committed
[changelog] Post-release version bump
1 parent 59c3395 commit 45b857d

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
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+
## [5.21.2 (unreleased)](https://github.com/kdeldycke/meta-package-manager/compare/v5.21.1...main)
4+
5+
> [!IMPORTANT]
6+
> This version is not released yet and is under active development.
7+
38
## [5.21.1 (2025-08-30)](https://github.com/kdeldycke/meta-package-manager/compare/v5.21.0...v5.21.1)
49

510
- [scoop] Fix parsing of `scoop` version to support raw Git output.

citation.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ authors:
88
99
orcid: "https://orcid.org/0000-0001-9748-9014"
1010
doi: 10.5281/zenodo.6809571
11-
version: 5.21.1
11+
version: 5.21.2
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-05-28
14+
date-released: 2025-08-30
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
@@ -15,7 +15,7 @@
1515
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1616
"""Expose package-wide elements."""
1717

18-
__version__ = "5.21.1"
18+
__version__ = "5.21.2"
1919
"""Examples of valid version strings according :pep:`440#version-scheme`:
2020
2121
.. code-block:: python

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>v5.21.1</xbar.version>
3+
# <xbar.version>v5.21.2</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: 4 additions & 4 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 = "5.21.1"
4+
version = "5.21.2"
55
# Python versions and their status: https://devguide.python.org/versions/
66
requires-python = ">= 3.11"
77
description = "🎁 wraps all package managers with a unifying CLI"
@@ -153,8 +153,8 @@ package = true
153153
product-name = "Meta Package Manager"
154154
file-description = "🎁 wraps all package managers with a unifying CLI"
155155
copyright = "Kevin Deldycke <[email protected]> and contributors. Distributed under GPL-2.0-or-later license."
156-
file-version = "5.21.1"
157-
product-version = "5.21.1"
156+
file-version = "5.21.2"
157+
product-version = "5.21.2"
158158
macos-app-icon = "docs/assets/icon.png"
159159
linux-icon = "docs/assets/icon.png"
160160
windows-icon-from-ico = "docs/assets/icon.png"
@@ -198,7 +198,7 @@ addopts = [
198198
xfail_strict = true
199199

200200
[tool.bumpversion]
201-
current_version = "5.21.1"
201+
current_version = "5.21.2"
202202
allow_dirty = true
203203

204204
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)