diff --git a/changelog.md b/changelog.md index a0f396098..0a19e4b87 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## [`6.2.0.dev0` (unreleased)](https://github.com/kdeldycke/repomatic/compare/v6.1.0...main) +## [`7.0.0.dev0` (unreleased)](https://github.com/kdeldycke/repomatic/compare/v6.1.0...main) > [!WARNING] > This version is **not released yet** and is under active development. diff --git a/pyproject.toml b/pyproject.toml index a37406637..9bd906c8e 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.2.0.dev0" +version = "7.0.0.dev0" description = "🏭 Automate repository maintenance, releases, and CI/CD workflows" readme = "readme.md" keywords = [ @@ -118,7 +118,7 @@ repomatic = "repomatic.__main__:main" [project.urls] "Changelog" = "https://github.com/kdeldycke/repomatic/blob/main/changelog.md" -"Download" = "https://github.com/kdeldycke/repomatic/releases/tag/v6.2.0.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" @@ -221,7 +221,7 @@ run.source = [ "repomatic" ] report.precision = 2 [tool.bumpversion] -current_version = "6.2.0.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 37e78ab0d..e60af3928 100644 --- a/repomatic/__init__.py +++ b/repomatic/__init__.py @@ -17,4 +17,4 @@ from __future__ import annotations -__version__ = "6.2.0.dev0" +__version__ = "7.0.0.dev0" diff --git a/uv.lock b/uv.lock index 6e2fd7717..e58015a2c 100644 --- a/uv.lock +++ b/uv.lock @@ -3,12 +3,12 @@ revision = 3 requires-python = ">=3.10" [options] -exclude-newer = "2026-02-23T17:23:41.781174738Z" +exclude-newer = "2026-02-25T15:25:02.757320528Z" exclude-newer-span = "P1W" [options.exclude-newer-package] -click-extra = { timestamp = "2026-03-02T17:23:41.78118094Z", span = "PT0S" } -repomatic = { timestamp = "2026-03-02T17:23:41.78118675Z", span = "PT0S" } +click-extra = { timestamp = "2026-03-04T15:25:02.757328422Z", span = "PT0S" } +repomatic = { timestamp = "2026-03-04T15:25:02.75733243Z", span = "PT0S" } [[package]] name = "annotated-types" @@ -926,7 +926,7 @@ wheels = [ [[package]] name = "repomatic" -version = "6.2.0.dev0" +version = "7.0.0.dev0" source = { editable = "." } dependencies = [ { name = "backports-strenum", marker = "python_full_version < '3.11'" },