From 5c6fc8a801bb15356cd40684acfae9525aac3018 Mon Sep 17 00:00:00 2001 From: kdeldycke <159718+kdeldycke@users.noreply.github.com> Date: Thu, 25 Jun 2026 07:09:05 +0000 Subject: [PATCH] Bump major version to `v9.0.0` --- changelog.md | 2 +- citation.cff | 4 ++-- click_extra/__init__.py | 2 +- pyproject.toml | 6 +++--- uv.lock | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/changelog.md b/changelog.md index 927af58ca..a016b4b96 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## [`8.1.2.dev0` (unreleased)](https://github.com/kdeldycke/click-extra/compare/v8.1.1...main) +## [`9.0.0.dev0` (unreleased)](https://github.com/kdeldycke/click-extra/compare/v8.1.1...main) > [!WARNING] > This version is **not released yet** and is under active development. diff --git a/citation.cff b/citation.cff index 1d5f49e8c..1117077e2 100644 --- a/citation.cff +++ b/citation.cff @@ -8,8 +8,8 @@ authors: email: kevin@deldycke.com orcid: "https://orcid.org/0000-0001-9748-9014" doi: 10.5281/zenodo.7116050 -version: 8.1.2.dev0 +version: 9.0.0.dev0 # The release date is kept up to date by the external workflows. See: # https://github.com/kdeldycke/workflows/blob/33b704b489c1aa18b7b7efbf963e153e91e1c810/.github/workflows/changelog.yaml#L135-L137 -date-released: 2026-06-24 +date-released: 2026-06-25 url: "https://github.com/kdeldycke/click-extra" \ No newline at end of file diff --git a/click_extra/__init__.py b/click_extra/__init__.py index ebda79e90..f50a4542c 100644 --- a/click_extra/__init__.py +++ b/click_extra/__init__.py @@ -444,7 +444,7 @@ del _HAS_CLICK_8_4_EXPORTS -__version__ = "8.1.2.dev0" +__version__ = "9.0.0.dev0" __git_branch__ = "" __git_date__ = "" __git_long_hash__ = "" diff --git a/pyproject.toml b/pyproject.toml index 4cd991b9a..656b87630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "uv-build>=0.9" ] [project] # Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ name = "click-extra" -version = "8.1.2.dev0" +version = "9.0.0.dev0" description = "🌈 Drop-in replacement for Click to make user-friendly and colorful CLI" readme = "readme.md" keywords = [ @@ -203,7 +203,7 @@ click-extra = "click_extra.__main__:main" [project.urls] "Homepage" = "https://github.com/kdeldycke/click-extra" -"Download" = "https://github.com/kdeldycke/click-extra/releases/tag/v8.1.2.dev0" +"Download" = "https://github.com/kdeldycke/click-extra/releases/tag/v9.0.0.dev0" "Changelog" = "https://github.com/kdeldycke/click-extra/blob/main/changelog.md" "Issues" = "https://github.com/kdeldycke/click-extra/issues" "Repository" = "https://github.com/kdeldycke/click-extra" @@ -435,7 +435,7 @@ report.precision = 2 file = "tests/cli-test-suite.toml" [tool.bumpversion] -current_version = "8.1.2.dev0" +current_version = "9.0.0.dev0" # Parse versions with an optional .devN suffix (PEP 440). parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)(\\.dev(?P\\d+))?" serialize = [ diff --git a/uv.lock b/uv.lock index 60f2066e7..94b77bb2e 100644 --- a/uv.lock +++ b/uv.lock @@ -228,7 +228,7 @@ wheels = [ [[package]] name = "click-extra" -version = "8.1.2.dev0" +version = "9.0.0.dev0" source = { editable = "." } dependencies = [ { name = "boltons" },