Skip to content

Commit 2198253

Browse files
committed
[changelog] Post-release version bump
1 parent fe4864b commit 2198253

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [5.1.1 (unreleased)](https://github.com/kdeldycke/click-extra/compare/v5.1.0...main)
4+
5+
> [!IMPORTANT]
6+
> This version is not released yet and is under active development.
7+
38
## [5.1.0 (2025-08-01)](https://github.com/kdeldycke/click-extra/compare/v5.0.2...v5.1.0)
49

510
- Add support for MyST Markdown syntax for `click:example` and `click:run` Sphinx directives.

citation.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ authors:
88
email: kevin@deldycke.com
99
orcid: "https://orcid.org/0000-0001-9748-9014"
1010
doi: 10.5281/zenodo.7116050
11-
version: 5.1.0
11+
version: 5.1.1
1212
# The release date is kept up to date by the external workflows. See:
1313
# https://github.com/kdeldycke/workflows/blob/33b704b489c1aa18b7b7efbf963e153e91e1c810/.github/workflows/changelog.yaml#L135-L137
14-
date-released: 2025-07-21
14+
date-released: 2025-08-01
1515
url: "https://github.com/kdeldycke/click-extra"

click_extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1616
"""Expose package-wide elements."""
1717

18-
__version__ = "5.1.0"
18+
__version__ = "5.1.1"
1919
"""Examples of valid version strings according :pep:`440#version-scheme`:
2020
2121
.. code-block:: python

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
33
name = "click-extra"
4-
version = "5.1.0"
4+
version = "5.1.1"
55
# Python versions and their status: https://devguide.python.org/versions/
66
requires-python = ">= 3.11"
77
description = "🌈 Drop-in replacement for Click to make user-friendly and colorful CLI"
@@ -198,7 +198,7 @@ addopts = [
198198
xfail_strict = true
199199

200200
[tool.bumpversion]
201-
current_version = "5.1.0"
201+
current_version = "5.1.1"
202202
allow_dirty = true
203203

204204
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)