-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[changelog] Post-release version bump
- Loading branch information
Showing
4 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ authors: | |
email: [email protected] | ||
orcid: "https://orcid.org/0000-0001-9748-9014" | ||
doi: 10.5281/zenodo.7364256 | ||
version: 7.5.0 | ||
version: 7.5.1 | ||
# The release date is kept up to date by the external workflows. See: | ||
# https://github.com/kdeldycke/workflows/blob/33b704b489c1aa18b7b7efbf963e153e91e1c810/.github/workflows/changelog.yaml#L135-L137 | ||
date-released: 2024-07-03 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[project] | ||
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ | ||
name = "mail-deduplicate" | ||
version = "7.5.0" | ||
version = "7.5.1" | ||
# Python versions and their status: https://devguide.python.org/versions/ | ||
requires-python = ">= 3.9" | ||
description = "📧 CLI to deduplicate mails from mail boxes" | ||
|
@@ -92,8 +92,8 @@ mdedup = "mail_deduplicate.__main__:main" | |
product-name = "Mail Deduplicate" | ||
file-description = "📧 CLI to deduplicate mails from mail boxes" | ||
copyright = "Kevin Deldycke <[email protected]> and contributors. Distributed under GPL-2.0-or-later license." | ||
file-version = "7.5.0" | ||
product-version = "7.5.0" | ||
file-version = "7.5.1" | ||
product-version = "7.5.1" | ||
macos-app-icon = "docs/assets/icon.png" | ||
linux-icon = "docs/assets/icon.png" | ||
windows-icon-from-ico = "docs/assets/icon.png" | ||
|
@@ -123,7 +123,7 @@ branch = true | |
precision = 2 | ||
|
||
[tool.bumpversion] | ||
current_version = "7.5.0" | ||
current_version = "7.5.1" | ||
allow_dirty = true | ||
|
||
[[tool.bumpversion.files]] | ||
|