File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ ` 8.1.5 .dev0 ` (unreleased)] ( https://github.com/kdeldycke/click-extra/compare/v8.1.4...main )
3+ ## [ ` 8.2.0 .dev0 ` (unreleased)] ( https://github.com/kdeldycke/click-extra/compare/v8.1.4...main )
44
55> [ !WARNING]
66> This version is ** not released yet** and is under active development.
Original file line number Diff line number Diff line change 88 email: kevin@deldycke.com
99 orcid: "https://orcid.org/0000-0001-9748-9014"
1010doi: 10.5281/zenodo.7116050
11- version: 8.1.5 .dev0
11+ version: 8.2.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
14- date-released: 2026-06-27
14+ date-released: 2026-06-28
1515url: "https://github.com/kdeldycke/click-extra"
Original file line number Diff line number Diff line change 448448del _HAS_CLICK_8_4_EXPORTS
449449
450450
451- __version__ = "8.1.5 .dev0"
451+ __version__ = "8.2.0 .dev0"
452452__git_branch__ = ""
453453__git_date__ = ""
454454__git_long_hash__ = ""
Original file line number Diff line number Diff 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/
77name = " click-extra"
8- version = " 8.1.5 .dev0"
8+ version = " 8.2.0 .dev0"
99description = " 🌈 Drop-in replacement for Click to make user-friendly and colorful CLI"
1010readme = " readme.md"
1111keywords = [
@@ -203,7 +203,7 @@ click-extra = "click_extra.__main__:main"
203203
204204[project .urls ]
205205"Homepage" = " https://github.com/kdeldycke/click-extra"
206- "Download" = " https://github.com/kdeldycke/click-extra/releases/tag/v8.1.5 .dev0"
206+ "Download" = " https://github.com/kdeldycke/click-extra/releases/tag/v8.2.0 .dev0"
207207"Changelog" = " https://github.com/kdeldycke/click-extra/blob/main/changelog.md"
208208"Issues" = " https://github.com/kdeldycke/click-extra/issues"
209209"Repository" = " https://github.com/kdeldycke/click-extra"
@@ -435,7 +435,7 @@ report.precision = 2
435435file = " tests/cli-test-suite.toml"
436436
437437[tool .bumpversion ]
438- current_version = " 8.1.5 .dev0"
438+ current_version = " 8.2.0 .dev0"
439439# Parse versions with an optional .devN suffix (PEP 440).
440440parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)(\\ .dev(?P<dev>\\ d+))?"
441441serialize = [
You can’t perform that action at this time.
0 commit comments