From d5523fef9a8d8397a19d72d5df7359c9c8c4f20d Mon Sep 17 00:00:00 2001 From: kdeldycke Date: Fri, 20 Sep 2024 08:54:28 +0000 Subject: [PATCH 1/2] [changelog] Release v5.0.0 --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index a1f24ff7..98ac9149 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.0.0 (2024-09-20)](https://github.com/kdeldycke/plumage/compare/v4.0.0...v5.0.0) > \[!IMPORTANT\] > This version is not released yet and is under active development. From a9205caf7e964ce9605f4ea1d66f66268cdd5946 Mon Sep 17 00:00:00 2001 From: kdeldycke Date: Fri, 20 Sep 2024 08:54:30 +0000 Subject: [PATCH 2/2] [changelog] Post-release version bump --- changelog.md | 5 +++++ plumage/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 98ac9149..aa97795c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## [5.0.1 (unreleased)](https://github.com/kdeldycke/plumage/compare/v5.0.0...main) + +> [!IMPORTANT] +> This version is not released yet and is under active development. + ## [5.0.0 (2024-09-20)](https://github.com/kdeldycke/plumage/compare/v4.0.0...v5.0.0) > \[!IMPORTANT\] diff --git a/plumage/__init__.py b/plumage/__init__.py index 7efa30d0..008876bc 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.0.1" """ Examples of valid version strings according :pep:`440#version-scheme`: .. code-block:: python diff --git a/pyproject.toml b/pyproject.toml index e1ddccdf..5b0b0fe2 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.0.1" # Python versions and their status: https://devguide.python.org/versions/ requires-python = ">= 3.10" description = "Clean and tidy theme for Pelican" @@ -84,7 +84,7 @@ ignore_missing_imports = true module = ["pyquery", "pynpm", "pelican.*"] [tool.bumpversion] -current_version = "5.0.0" +current_version = "5.0.1" allow_dirty = true [[tool.bumpversion.files]]