Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v7.5.1 #711

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# ChangeLog

## [7.5.1 (unreleased)](https://github.com/kdeldycke/mail-deduplicate/compare/v7.5.0...main)
## [7.5.2 (unreleased)](https://github.com/kdeldycke/mail-deduplicate/compare/v7.5.1...main)

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

## [7.5.1 (2024-09-23)](https://github.com/kdeldycke/mail-deduplicate/compare/v7.5.0...v7.5.1)

## [7.5.0 (2024-07-03)](https://github.com/kdeldycke/mail-deduplicate/compare/v7.4.0...v7.5.0)

- Switch from Poetry to `uv`.
Expand Down
4 changes: 2 additions & 2 deletions citation.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors:
email: [email protected]
orcid: "https://orcid.org/0000-0001-9748-9014"
doi: 10.5281/zenodo.7364256
version: 7.5.1
version: 7.5.2
# 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
date-released: 2024-09-23
url: "https://github.com/kdeldycke/mail-deduplicate"
2 changes: 1 addition & 1 deletion mail_deduplicate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from boltons.iterutils import unique

__version__ = "7.5.1"
__version__ = "7.5.2"


HASH_HEADERS: tuple[str, ...] = (
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
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.1"
version = "7.5.2"
# Python versions and their status: https://devguide.python.org/versions/
requires-python = ">= 3.9"
description = "📧 CLI to deduplicate mails from mail boxes"
Expand Down Expand Up @@ -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.1"
product-version = "7.5.1"
file-version = "7.5.2"
product-version = "7.5.2"
macos-app-icon = "docs/assets/icon.png"
linux-icon = "docs/assets/icon.png"
windows-icon-from-ico = "docs/assets/icon.png"
Expand Down Expand Up @@ -123,7 +123,7 @@ branch = true
precision = 2

[tool.bumpversion]
current_version = "7.5.1"
current_version = "7.5.2"
allow_dirty = true

[[tool.bumpversion.files]]
Expand Down
34 changes: 22 additions & 12 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.