File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed
Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 7.5.3.dev0 (unreleased)] ( https://github.com/kdeldycke/click-extra/compare/v7.5.2...main )
4-
5- > [ !IMPORTANT]
6- > This version is not released yet and is under active development.
3+ ## [ 7.5.3 (2026-02-22)] ( https://github.com/kdeldycke/click-extra/compare/v7.5.2...v7.5.3 )
74
85- Allow disabling of autodiscovery of configuration files by setting ` default=NO_CONFIG ` on ` @config_option ` . Closes {issue}` 1495 ` .
96- Implement ` resolve_any_xref ` in ` ClickDomain ` to prevent MyST-Parser warning. Closes {issue}` 1502 ` .
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: 7.5.3.dev0
11+ version: 7.5.3
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-02-12
14+ date-released: 2026-02-22
1515url: "https://github.com/kdeldycke/click-extra"
Original file line number Diff line number Diff line change 227227"""
228228
229229
230- __version__ = "7.5.3.dev0 "
230+ __version__ = "7.5.3"
231231
232232
233233def __getattr__ (name : str ) -> object :
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 = " 7.5.3.dev0 "
8+ version = " 7.5.3"
99description = " 🌈 Drop-in replacement for Click to make user-friendly and colorful CLI"
1010readme = " readme.md"
1111keywords = [
@@ -180,7 +180,7 @@ click-extra-demo = "click_extra.__main__:main"
180180
181181[project .urls ]
182182"Homepage" = " https://github.com/kdeldycke/click-extra"
183- "Download" = " https://github.com/kdeldycke/click-extra/releases/tag/v7.5.3.dev0 "
183+ "Download" = " https://github.com/kdeldycke/click-extra/releases/tag/v7.5.3"
184184"Changelog" = " https://github.com/kdeldycke/click-extra/blob/main/changelog.md"
185185"Issues" = " https://github.com/kdeldycke/click-extra/issues"
186186"Repository" = " https://github.com/kdeldycke/click-extra"
@@ -327,7 +327,7 @@ run.source = [ "click_extra" ]
327327report.precision = 2
328328
329329[tool .bumpversion ]
330- current_version = " 7.5.3.dev0 "
330+ current_version = " 7.5.3"
331331allow_dirty = true
332332ignore_missing_files = true
333333# Parse versions with an optional .devN suffix (PEP 440).
You can’t perform that action at this time.
0 commit comments