diff --git a/changelog.md b/changelog.md index 6e2e124f9..5631be090 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # ChangeLog -## [7.4.1 (unreleased)](https://github.com/kdeldycke/mail-deduplicate/compare/v7.4.0...main) +## [8.0.0 (unreleased)](https://github.com/kdeldycke/mail-deduplicate/compare/v7.4.0...main) > \[!IMPORTANT\] > This version is not released yet and is under active development. diff --git a/citation.cff b/citation.cff index d92318b7b..f1da2bada 100644 --- a/citation.cff +++ b/citation.cff @@ -8,8 +8,8 @@ authors: email: kevin@deldycke.com orcid: "https://orcid.org/0000-0001-9748-9014" doi: 10.5281/zenodo.7364256 -version: 7.4.1 +version: 8.0.0 # 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-06-20 +date-released: 2024-06-22 url: "https://github.com/kdeldycke/mail-deduplicate" diff --git a/mail_deduplicate/__init__.py b/mail_deduplicate/__init__.py index 15010545c..e4af85367 100644 --- a/mail_deduplicate/__init__.py +++ b/mail_deduplicate/__init__.py @@ -21,7 +21,7 @@ from boltons.iterutils import unique -__version__ = "7.4.1" +__version__ = "8.0.0" HASH_HEADERS: tuple[str, ...] = ( diff --git a/pyproject.toml b/pyproject.toml index 639416672..371c92643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] # Docs: https://python-poetry.org/docs/pyproject/ name = "mail-deduplicate" -version = "7.4.1" +version = "8.0.0" description = "📧 CLI to deduplicate mails from mail boxes." license = 'GPL-2.0-or-later' authors = ["Kevin Deldycke "] @@ -118,7 +118,7 @@ branch = true precision = 2 [tool.bumpversion] -current_version = "7.4.1" +current_version = "8.0.0" allow_dirty = true [[tool.bumpversion.files]]