diff --git a/changelog.md b/changelog.md index 4c211933..bd92528a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## [4.1.0 (unreleased)](https://github.com/kdeldycke/plumage/compare/v4.0.0...main) +## [4.2.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 f22e8651..74cf0949 100644 --- a/plumage/__init__.py +++ b/plumage/__init__.py @@ -17,7 +17,7 @@ import logging from pathlib import Path -__version__ = "4.1.0" +__version__ = "4.2.0" """ Examples of valid version strings according :pep:`440#version-scheme`: .. code-block:: python diff --git a/pyproject.toml b/pyproject.toml index 494b307a..7c1d2c2f 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 = "4.1.0" +version = "4.2.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 = "4.1.0" +current_version = "4.2.0" allow_dirty = true [[tool.bumpversion.files]]