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 May 16, 2022
1 parent c89d87f commit e9babd7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.2.0
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.2.0 (unreleased) <compare/v5.1.0...main>`
## {gh}`6.0.0 (unreleased) <compare/v5.1.0...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.2.0"
__version__ = "6.0.0"
""" Examples of valid version strings according :pep:`440#version-scheme`:
.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0</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
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.2.0"
version = "6.0.0"
description = "🎁 a wrapper around all package managers"
license = 'GPL-2.0-or-later'
authors = ["Kevin Deldycke <[email protected]>"]
Expand Down

0 comments on commit e9babd7

Please sign in to comment.