Skip to content

Commit

Permalink
[changelog] Post-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jul 22, 2024
1 parent e3fb21c commit 96e1e8c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [4.1.1 (unreleased)](https://github.com/kdeldycke/plumage/compare/v4.1.0...main)

> \[!IMPORTANT\]
> This version is not released yet and is under active development.
## [4.1.0 (2024-07-22)](https://github.com/kdeldycke/plumage/compare/v4.0.0...v4.1.0)

- Switch from Poetry to `uv`.
Expand Down
2 changes: 1 addition & 1 deletion plumage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import logging
from pathlib import Path

__version__ = "4.1.0"
__version__ = "4.1.1"
""" Examples of valid version strings according :pep:`440#version-scheme`:
.. code-block:: python
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
name = "plumage"
version = "4.1.0"
version = "4.1.1"
# Python versions and their status: https://devguide.python.org/versions/
requires-python = ">= 3.9"
description = "Clean and tidy theme for Pelican"
Expand Down Expand Up @@ -86,7 +86,7 @@ ignore_missing_imports = true
module = ["pyquery", "pynpm", "pelican.*"]

[tool.bumpversion]
current_version = "4.1.0"
current_version = "4.1.1"
allow_dirty = true

[[tool.bumpversion.files]]
Expand Down

0 comments on commit 96e1e8c

Please sign in to comment.