diff --git a/changelog.md b/changelog.md index a9cc64871..62a722197 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## [`6.19.1.dev0` (unreleased)](https://github.com/kdeldycke/repomatic/compare/v6.19.0...main) +## [`7.0.0.dev0` (unreleased)](https://github.com/kdeldycke/repomatic/compare/v6.19.0...main) > [!WARNING] > This version is **not released yet** and is under active development. diff --git a/pyproject.toml b/pyproject.toml index 8d5e6fad0..034b7223b 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 = "repomatic" -version = "6.19.1.dev0" +version = "7.0.0.dev0" description = "🏭 Automate repository maintenance, releases, and CI/CD workflows" readme = "readme.md" keywords = [ @@ -124,7 +124,7 @@ repomatic = "repomatic.__main__:main" [project.urls] "Changelog" = "https://github.com/kdeldycke/repomatic/blob/main/changelog.md" "Documentation" = "https://kdeldycke.github.io/repomatic" -"Download" = "https://github.com/kdeldycke/repomatic/releases/tag/v6.19.1.dev0" +"Download" = "https://github.com/kdeldycke/repomatic/releases/tag/v7.0.0.dev0" "Funding" = "https://github.com/sponsors/kdeldycke" "Homepage" = "https://github.com/kdeldycke/repomatic" "Issues" = "https://github.com/kdeldycke/repomatic/issues" @@ -278,7 +278,7 @@ run.source = [ "repomatic" ] report.precision = 2 [tool.bumpversion] -current_version = "6.19.1.dev0" +current_version = "7.0.0.dev0" allow_dirty = true ignore_missing_files = true # Parse versions with an optional .devN suffix (PEP 440). diff --git a/repomatic/__init__.py b/repomatic/__init__.py index 817220034..cf59962b7 100644 --- a/repomatic/__init__.py +++ b/repomatic/__init__.py @@ -17,5 +17,5 @@ from __future__ import annotations -__version__ = "6.19.1.dev0" +__version__ = "7.0.0.dev0" __git_tag_sha__ = "" diff --git a/uv.lock b/uv.lock index 51a9b26c5..72202acb4 100644 --- a/uv.lock +++ b/uv.lock @@ -424,7 +424,7 @@ wheels = [ [[package]] name = "click-extra" -version = "7.16.0" +version = "7.16.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "boltons" }, @@ -437,9 +437,9 @@ dependencies = [ { name = "tomli", marker = "python_full_version < '3.11'" }, { name = "wcmatch" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/8c/31/625badaa39e3e5cf320471117fee259327280285de23a8112d3571dad934/click_extra-7.16.0.tar.gz", hash = "sha256:275659ab92c6f0e23fcd3530025e37b568a21d5f5a595ae48ed59771fd7e37a5", size = 190036, upload-time = "2026-05-14T19:48:42.78Z" } +sdist = { url = "https://files.pythonhosted.org/packages/5e/02/d180104019150d340049dccc41f17d9ba0c3363c44767b01b029716d259b/click_extra-7.16.1.tar.gz", hash = "sha256:a616651275a9673ed4930976a1d6bdd93dc04325cf475ccc38399b0c4396644e", size = 190154, upload-time = "2026-05-15T06:53:28.075Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/75/6a/fe2586a249dcc30ff73e4b53bfc8c470919af1e3213f3f5daf8cf821acdd/click_extra-7.16.0-py3-none-any.whl", hash = "sha256:be6014bdd1f1867cd1868b3220df33e10557577f7fe94de6e9429aabdec7d7d7", size = 208231, upload-time = "2026-05-14T19:48:41.178Z" }, + { url = "https://files.pythonhosted.org/packages/d8/91/81c0dacf90bc8d9f778ef74e3993cad0e7c99647afd7352a6e9769c0398c/click_extra-7.16.1-py3-none-any.whl", hash = "sha256:d83cb123f82f13d95bc5d0ffa3d049c3bcdb55278105d0a77059eb0735e9286e", size = 208248, upload-time = "2026-05-15T06:53:26.535Z" }, ] [package.optional-dependencies] @@ -1717,7 +1717,7 @@ wheels = [ [[package]] name = "repomatic" -version = "6.19.1.dev0" +version = "7.0.0.dev0" source = { editable = "." } dependencies = [ { name = "backports-strenum", marker = "python_full_version < '3.11'" },