Skip to content

Commit

Permalink
[changelog] Bump minor version to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke authored and github-actions[bot] committed Apr 20, 2024
1 parent 9583abd commit 5c2212c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [4.0.0 (unreleased)](https://github.com/kdeldycke/plumage/compare/v3.1.0...main)
## [4.1.0 (unreleased)](https://github.com/kdeldycke/plumage/compare/v3.1.0...main)

```{important}
This version is not released yet and is under active development.
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.0.0"
__version__ = "4.1.0"
""" 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 @@
[tool.poetry]
# Docs: https://python-poetry.org/docs/pyproject/
name = "plumage"
version = "4.0.0"
version = "4.1.0"
description = "Clean and tidy theme for Pelican."
license = 'GPL-2.0-or-later'
authors = ["Kevin Deldycke <kevin@deldycke.com>"]
Expand Down Expand Up @@ -75,7 +75,7 @@ ignore_missing_imports = true
module = ["pyquery", "pynpm", "pelican.*"]

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

[[tool.bumpversion.files]]
Expand Down

0 comments on commit 5c2212c

Please sign in to comment.