Skip to content

Commit 240e910

Browse files
kdeldyckegithub-actions[bot]
authored andcommitted
[changelog] Bump minor version to v8.1.0
1 parent 1bc38f2 commit 240e910

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

changelog.md

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

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

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

citation.cff

Lines changed: 2 additions & 2 deletions
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: 8.0.0
11+
version: 8.1.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: 2025-10-27
14+
date-released: 2025-11-06
1515
url: "https://github.com/kdeldycke/mail-deduplicate"

mail_deduplicate/__init__.py

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

1818
from __future__ import annotations
1919

20-
__version__ = "8.0.0"
20+
__version__ = "8.1.0"
2121

2222

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
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 = "8.0.0"
4+
version = "8.1.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"
@@ -109,8 +109,8 @@ mdedup = "mail_deduplicate.__main__:main"
109109
product-name = "Mail Deduplicate"
110110
file-description = "📧 CLI to deduplicate mails from mail boxes"
111111
copyright = "Kevin Deldycke <[email protected]> and contributors. Distributed under GPL-2.0-or-later license."
112-
file-version = "8.0.0"
113-
product-version = "8.0.0"
112+
file-version = "8.1.0"
113+
product-version = "8.1.0"
114114
macos-app-icon = "docs/assets/icon.png"
115115
linux-icon = "docs/assets/icon.png"
116116
windows-icon-from-ico = "docs/assets/icon.png"
@@ -140,7 +140,7 @@ addopts = [
140140
xfail_strict = true
141141

142142
[tool.bumpversion]
143-
current_version = "8.0.0"
143+
current_version = "8.1.0"
144144
allow_dirty = true
145145

146146
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)