Skip to content

Commit

Permalink
[changelog] Bump major version to v6.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke authored Apr 28, 2022
1 parent 11e4f6b commit be46ccf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.2
current_version = 6.0.0
files = ./pyproject.toml ./meta_package_manager/__init__.py ./meta_package_manager/bar_plugin/meta_package_manager.7h.py
allow_dirty = True

Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## {gh}`5.0.2 (unreleased) <compare/v5.0.1...main>`
## {gh}`6.0.0 (unreleased) <compare/v5.0.1...main>`

```{important}
This version is not released yet and is under active development.
Expand Down
2 changes: 1 addition & 1 deletion meta_package_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"""Expose package-wide elements."""

__version__ = "5.0.2"
__version__ = "6.0.0"
""" Examples of valid version strings according :pep:`440#version-scheme`:
.. code-block:: python
Expand Down
4 changes: 2 additions & 2 deletions meta_package_manager/bar_plugin/meta_package_manager.7h.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# <xbar.title>Meta Package Manager</xbar.title>
# <xbar.version>v5.0.2</xbar.version>
# <xbar.version>v6.0.0</xbar.version>
# <xbar.author>Kevin Deldycke</xbar.author>
# <xbar.author.github>kdeldycke</xbar.author.github>
# <xbar.desc>List outdated packages and manage upgrades.</xbar.desc>
Expand Down Expand Up @@ -58,7 +58,7 @@ class MPMPlugin:
"""

mpm_min_version = (5, 0, 0)
"""Mpm v5.0.2 was the first version taking care of the complete layout rendering."""
"""Mpm v6.0.0 was the first version taking care of the complete layout rendering."""

@staticmethod
def extended_environment():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
# Docs: https://python-poetry.org/docs/pyproject/
name = "meta-package-manager"
version = "5.0.2"
version = "6.0.0"
description = "📦 one CLI for all package managers"
license = 'GPL-2.0-or-later'
authors = ["Kevin Deldycke <[email protected]>"]
Expand Down

0 comments on commit be46ccf

Please sign in to comment.