diff --git a/changelog.md b/changelog.md index 1be93575..a801b360 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-07-27)](https://github.com/kdeldycke/plumage/compare/v4.0.0...v5.0.0) - Switch from Poetry to `uv`. 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 980e6a9a..38cea02a 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.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.0.1" allow_dirty = true [[tool.bumpversion.files]]