File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
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 )
4
4
5
5
> [ !IMPORTANT]
6
6
> This version is not released yet and is under active development.
Original file line number Diff line number Diff line change 8
8
9
9
orcid: "https://orcid.org/0000-0001-9748-9014"
10
10
doi: 10.5281/zenodo.7364256
11
- version: 7.6.2
11
+ version: 8.0.0
12
12
# The release date is kept up to date by the external workflows. See:
13
13
# 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
15
15
url: "https://github.com/kdeldycke/mail-deduplicate"
Original file line number Diff line number Diff line change 21
21
22
22
from boltons .iterutils import unique
23
23
24
- __version__ = "7.6.2 "
24
+ __version__ = "8.0.0 "
25
25
26
26
27
27
HASH_HEADERS : tuple [str , ...] = (
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
3
3
name = " mail-deduplicate"
4
- version = " 7.6.2 "
4
+ version = " 8.0.0 "
5
5
# Python versions and their status: https://devguide.python.org/versions/
6
6
requires-python = " >= 3.10"
7
7
description = " 📧 CLI to deduplicate mails from mail boxes"
@@ -91,8 +91,8 @@ mdedup = "mail_deduplicate.__main__:main"
91
91
product-name = " Mail Deduplicate"
92
92
file-description = " 📧 CLI to deduplicate mails from mail boxes"
93
93
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 "
96
96
macos-app-icon = " docs/assets/icon.png"
97
97
linux-icon = " docs/assets/icon.png"
98
98
windows-icon-from-ico = " docs/assets/icon.png"
@@ -126,7 +126,7 @@ addopts = [
126
126
xfail_strict = true
127
127
128
128
[tool .bumpversion ]
129
- current_version = " 7.6.2 "
129
+ current_version = " 8.0.0 "
130
130
allow_dirty = true
131
131
132
132
[[tool .bumpversion .files ]]
You can’t perform that action at this time.
0 commit comments