Skip to content

Commit 2eaf2ba

Browse files
kdeldyckegithub-actions[bot]
authored andcommitted
[changelog] Bump major version to v8.0.0
1 parent 9566ec4 commit 2eaf2ba

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog
22

3-
## [7.6.2 (unreleased)](https://github.com/kdeldycke/mail-deduplicate/compare/v7.6.1...main)
3+
## [8.0.0 (unreleased)](https://github.com/kdeldycke/mail-deduplicate/compare/v7.6.1...main)
44

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

citation.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ authors:
88
99
orcid: "https://orcid.org/0000-0001-9748-9014"
1010
doi: 10.5281/zenodo.7364256
11-
version: 7.6.2
11+
version: 8.0.0
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: 2024-11-29
14+
date-released: 2025-04-20
1515
url: "https://github.com/kdeldycke/mail-deduplicate"

mail_deduplicate/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from boltons.iterutils import unique
2323

24-
__version__ = "7.6.2"
24+
__version__ = "8.0.0"
2525

2626

2727
HASH_HEADERS: tuple[str, ...] = (

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
33
name = "mail-deduplicate"
4-
version = "7.6.2"
4+
version = "8.0.0"
55
# Python versions and their status: https://devguide.python.org/versions/
66
requires-python = ">= 3.10"
77
description = "📧 CLI to deduplicate mails from mail boxes"
@@ -91,8 +91,8 @@ mdedup = "mail_deduplicate.__main__:main"
9191
product-name = "Mail Deduplicate"
9292
file-description = "📧 CLI to deduplicate mails from mail boxes"
9393
copyright = "Kevin Deldycke <[email protected]> and contributors. Distributed under GPL-2.0-or-later license."
94-
file-version = "7.6.2"
95-
product-version = "7.6.2"
94+
file-version = "8.0.0"
95+
product-version = "8.0.0"
9696
macos-app-icon = "docs/assets/icon.png"
9797
linux-icon = "docs/assets/icon.png"
9898
windows-icon-from-ico = "docs/assets/icon.png"
@@ -126,7 +126,7 @@ addopts = [
126126
xfail_strict = true
127127

128128
[tool.bumpversion]
129-
current_version = "7.6.2"
129+
current_version = "8.0.0"
130130
allow_dirty = true
131131

132132
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)