Skip to content

Commit 376dac6

Browse files
authored
[changelog] Bump minor version to v5.15.0
1 parent 631752a commit 376dac6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## {gh}`5.14.0 (unreleased) <compare/v5.13.1...main>`
3+
## {gh}`5.15.0 (unreleased) <compare/v5.13.1...main>`
44

55
```{important}
66
This version is not released yet and is under active development.

citation.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ doi: 10.5281/zenodo.6809571
1111
version: 5.14.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: 2023-05-04
14+
date-released: 2023-12-28
1515
url: "https://github.com/kdeldycke/meta-package-manager"

meta_package_manager/__init__.py

+1-1
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.14.0"
18+
__version__ = "5.15.0"
1919
"""Examples of valid version strings according :pep:`440#version-scheme`:
2020
2121
.. code-block:: python

meta_package_manager/bar_plugin.py

+1-1
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.14.0</xbar.version>
3+
# <xbar.version>v5.15.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>

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
# Docs: https://python-poetry.org/docs/pyproject/
33
name = "meta-package-manager"
4-
version = "5.14.0"
4+
version = "5.15.0"
55
description = "🎁 wraps all package managers with a unifying CLI"
66
license = 'GPL-2.0-or-later'
77
authors = ["Kevin Deldycke <[email protected]>"]
@@ -173,7 +173,7 @@ ignore = [
173173
]
174174

175175
[tool.bumpversion]
176-
current_version = "5.14.0"
176+
current_version = "5.15.0"
177177
allow_dirty = true
178178

179179
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)