Skip to content

Commit

Permalink
Merge pull request fsfe#1045 from carmenbianca/release-4.0.3
Browse files Browse the repository at this point in the history
Release 4.0.3
  • Loading branch information
carmenbianca committed Jul 8, 2024
2 parents 941f3a0 + 9760714 commit aa5db44
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ CLI command and its behaviour. There are no guarantees of stability for the

<!-- protokolo-section-tag -->

## 4.0.3 - 2024-07-08

### Fixed

- Increased the minimum requirement of `attrs` to `>=21.3`. Older versions do
not import correctly. (#1044)

## 4.0.2 - 2024-07-03

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[tool.poetry]
name = "reuse"
version = "4.0.2"
version = "4.0.3"
description = "reuse is a tool for compliance with the REUSE recommendations."
authors = [
"Free Software Foundation Europe <[email protected]>",
Expand Down Expand Up @@ -103,7 +103,7 @@ requires = ["poetry-core>=1.1.0"]
build-backend = "poetry.core.masonry.api"

[bumpver]
current_version = "v4.0.2"
current_version = "v4.0.3"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version: {old_version} → {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/reuse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
__version__ = version("reuse")
except PackageNotFoundError:
# package is not installed
__version__ = "4.0.2"
__version__ = "4.0.3"

__author__ = "Carmen Bianca Bakker"
__email__ = "[email protected]"
Expand Down

0 comments on commit aa5db44

Please sign in to comment.