File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ChangeLog
22
3- ## [ 8 .0.1 (unreleased)] ( https://github.com/kdeldycke/mail-deduplicate/compare/v8.0.0...main )
3+ ## [ 9 .0.0 (unreleased)] ( https://github.com/kdeldycke/mail-deduplicate/compare/v8.0.0...main )
44
55> [ !IMPORTANT]
66> This version is not released yet and is under active development.
Original file line number Diff line number Diff line change 88 email: kevin@deldycke.com
99 orcid: "https://orcid.org/0000-0001-9748-9014"
1010doi: 10.5281/zenodo.7364256
11- version: 8 .0.1
11+ version: 9 .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
1414date-released: 2025-11-21
Original file line number Diff line number Diff line change 1717
1818from __future__ import annotations
1919
20- __version__ = "8 .0.1 "
20+ __version__ = "9 .0.0 "
2121
2222
2323HASH_HEADERS : tuple [str , ...] = (
Original file line number Diff line number Diff line change 11[project ]
22# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
33name = " mail-deduplicate"
4- version = " 8 .0.1 "
4+ version = " 9 .0.0 "
55# Python versions and their status: https://devguide.python.org/versions/
66requires-python = " >= 3.10"
77description = " 📧 CLI to deduplicate mails from mail boxes"
@@ -106,8 +106,8 @@ mdedup = "mail_deduplicate.__main__:main"
106106product-name = " Mail Deduplicate"
107107file-description = " 📧 CLI to deduplicate mails from mail boxes"
108108copyright = " Kevin Deldycke <kevin@deldycke.com> and contributors. Distributed under GPL-2.0-or-later license."
109- file-version = " 8 .0.1 "
110- product-version = " 8 .0.1 "
109+ file-version = " 9 .0.0 "
110+ product-version = " 9 .0.0 "
111111macos-app-icon = " docs/assets/icon.png"
112112linux-icon = " docs/assets/icon.png"
113113windows-icon-from-ico = " docs/assets/icon.png"
@@ -137,7 +137,7 @@ addopts = [
137137xfail_strict = true
138138
139139[tool .bumpversion ]
140- current_version = " 8 .0.1 "
140+ current_version = " 9 .0.0 "
141141allow_dirty = true
142142
143143[[tool .bumpversion .files ]]
You can’t perform that action at this time.
0 commit comments