Skip to content

Commit 41b4b66

Browse files
committed
Bump minor version to v7.8.0
1 parent a6493e8 commit 41b4b66

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [`7.7.1.dev0` (unreleased)](https://github.com/kdeldycke/repomatic/compare/v7.7.0...main)
3+
## [`7.8.0.dev0` (unreleased)](https://github.com/kdeldycke/repomatic/compare/v7.7.0...main)
44

55
> [!WARNING]
66
> This version is **not released yet** and is under active development.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [ "uv-build>=0.8" ]
1212
[project]
1313
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
1414
name = "repomatic"
15-
version = "7.7.1.dev0"
15+
version = "7.8.0.dev0"
1616
description = "🏭 Automate repository maintenance, releases, and CI/CD workflows"
1717
readme = "readme.md"
1818
keywords = [
@@ -145,7 +145,7 @@ dependencies = [
145145
]
146146
urls.Changelog = "https://github.com/kdeldycke/repomatic/blob/main/changelog.md"
147147
urls.Documentation = "https://kdeldycke.github.io/repomatic"
148-
urls.Download = "https://github.com/kdeldycke/repomatic/releases/tag/v7.7.1.dev0"
148+
urls.Download = "https://github.com/kdeldycke/repomatic/releases/tag/v7.8.0.dev0"
149149
urls.Funding = "https://github.com/sponsors/kdeldycke"
150150
urls.Homepage = "https://github.com/kdeldycke/repomatic"
151151
urls.Issues = "https://github.com/kdeldycke/repomatic/issues"
@@ -250,7 +250,7 @@ copyright = "Kevin Deldycke <kevin@deldycke.com> and contributors. Distributed u
250250
file-description = "🏭 Automate repository maintenance, releases, and CI/CD workflows"
251251
# Numeric only: Nuitka rejects PEP 440 .devN suffixes. Kept in sync with the
252252
# package version by the dedicated [tool.bumpversion] rule that strips the suffix.
253-
file-version = "7.7.1"
253+
file-version = "7.8.0"
254254
include-data-dir = [
255255
"repomatic/data/awesome_template=repomatic/data/awesome_template",
256256
"repomatic/data/skills=repomatic/data/skills",
@@ -269,7 +269,7 @@ include-package-data = [ "click_extra" ]
269269
linux-icon = "docs/assets/icon.png"
270270
macos-app-icon = "docs/assets/icon.icns"
271271
product-name = "Repomatic"
272-
product-version = "7.7.1"
272+
product-version = "7.8.0"
273273
windows-icon-from-ico = "docs/assets/icon.ico"
274274

275275
[tool.ruff]
@@ -398,7 +398,7 @@ run.source = [ "repomatic" ]
398398
report.precision = 2
399399

400400
[tool.bumpversion]
401-
current_version = "7.7.1.dev0"
401+
current_version = "7.8.0.dev0"
402402
# Parse versions with an optional .devN suffix (PEP 440).
403403
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.dev(?P<dev>\\d+))?"
404404
serialize = [

repomatic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717

1818
from __future__ import annotations
1919

20-
__version__ = "7.7.1.dev0"
20+
__version__ = "7.8.0.dev0"
2121
__git_tag_sha__ = ""

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)