From bdd0b1f86671566d3b35ebd956e02753bb8b5b18 Mon Sep 17 00:00:00 2001 From: kdeldycke <159718+kdeldycke@users.noreply.github.com> Date: Sat, 27 Jul 2024 13:05:43 +0000 Subject: [PATCH] [changelog] Bump minor version to v5.1.0 --- changelog.md | 2 +- plumage/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 4ed821ab..7750a864 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## [5.0.0 (unreleased)](https://github.com/kdeldycke/plumage/compare/v4.0.0...main) +## [5.1.0 (unreleased)](https://github.com/kdeldycke/plumage/compare/v4.0.0...main) > \[!IMPORTANT\] > This version is not released yet and is under active development. diff --git a/plumage/__init__.py b/plumage/__init__.py index 7efa30d0..877d1c0e 100644 --- a/plumage/__init__.py +++ b/plumage/__init__.py @@ -17,7 +17,7 @@ import logging from pathlib import Path -__version__ = "5.0.0" +__version__ = "5.1.0" """ Examples of valid version strings according :pep:`440#version-scheme`: .. code-block:: python diff --git a/pyproject.toml b/pyproject.toml index 980e6a9a..ed62e583 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] # Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ name = "plumage" -version = "5.0.0" +version = "5.1.0" # Python versions and their status: https://devguide.python.org/versions/ requires-python = ">= 3.9" description = "Clean and tidy theme for Pelican" @@ -86,7 +86,7 @@ ignore_missing_imports = true module = ["pyquery", "pynpm", "pelican.*"] [tool.bumpversion] -current_version = "5.0.0" +current_version = "5.1.0" allow_dirty = true [[tool.bumpversion.files]]