Skip to content

Commit 331fde6

Browse files
kdeldyckegithub-actions[bot]
authored andcommitted
Bump minor version to v7.17.0
1 parent 8e0ca6a commit 331fde6

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [`7.16.2.dev0` (unreleased)](https://github.com/kdeldycke/click-extra/compare/v7.16.1...main)
3+
## [`7.17.0.dev0` (unreleased)](https://github.com/kdeldycke/click-extra/compare/v7.16.1...main)
44

55
> [!WARNING]
66
> This version is **not released yet** and is under active development.

citation.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88
email: kevin@deldycke.com
99
orcid: "https://orcid.org/0000-0001-9748-9014"
1010
doi: 10.5281/zenodo.7116050
11-
version: 7.16.2.dev0
11+
version: 7.17.0.dev0
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
1414
date-released: 2026-05-15

click_extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
"""
312312

313313

314-
__version__ = "7.16.2.dev0"
314+
__version__ = "7.17.0.dev0"
315315
__git_branch__ = ""
316316
__git_date__ = ""
317317
__git_long_hash__ = ""

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "uv-build>=0.9" ]
55
[project]
66
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
77
name = "click-extra"
8-
version = "7.16.2.dev0"
8+
version = "7.17.0.dev0"
99
description = "🌈 Drop-in replacement for Click to make user-friendly and colorful CLI"
1010
readme = "readme.md"
1111
keywords = [
@@ -189,7 +189,7 @@ click-extra = "click_extra.__main__:main"
189189

190190
[project.urls]
191191
"Homepage" = "https://github.com/kdeldycke/click-extra"
192-
"Download" = "https://github.com/kdeldycke/click-extra/releases/tag/v7.16.2.dev0"
192+
"Download" = "https://github.com/kdeldycke/click-extra/releases/tag/v7.17.0.dev0"
193193
"Changelog" = "https://github.com/kdeldycke/click-extra/blob/main/changelog.md"
194194
"Issues" = "https://github.com/kdeldycke/click-extra/issues"
195195
"Repository" = "https://github.com/kdeldycke/click-extra"
@@ -383,7 +383,7 @@ run.source = [ "click_extra" ]
383383
report.precision = 2
384384

385385
[tool.bumpversion]
386-
current_version = "7.16.2.dev0"
386+
current_version = "7.17.0.dev0"
387387
allow_dirty = true
388388
ignore_missing_files = true
389389
# Parse versions with an optional .devN suffix (PEP 440).

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)