Skip to content

Commit 95e4db9

Browse files
authored
[changelog] Bump major version to v8.0.0.
1 parent 1ba8ad7 commit 95e4db9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 7.1.1
2+
current_version = 8.0.0
33
files = ./mail_deduplicate/__init__.py
44
allow_dirty = True
55

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog
22

3-
## {gh}`7.1.1 (unreleased) <compare/v7.1.0...main>`
3+
## {gh}`8.0.0 (unreleased) <compare/v7.1.0...main>`
44

55
```{important}
66
This version is not released yet and is under active development.

citation.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88
99
orcid: "https://orcid.org/0000-0001-9748-9014"
1010
doi: 10.5281/zenodo.7364257
11-
version: 7.1.1
11+
version: 8.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
1414
date-released: 2022-12-02

mail_deduplicate/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from boltons.iterutils import unique
2424

25-
__version__ = "7.1.1"
25+
__version__ = "8.0.0"
2626

2727

2828
from click_extra.logging import logger

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
# Docs: https://python-poetry.org/docs/pyproject/
33
name = "mail-deduplicate"
4-
version = "7.1.1"
4+
version = "8.0.0"
55
description = "📧 CLI to deduplicate mails from mail boxes."
66
license = 'GPL-2.0-or-later'
77
authors = ["Kevin Deldycke <[email protected]>"]

0 commit comments

Comments
 (0)