Skip to content

Commit 920b644

Browse files
committed
Bump version: v5.0.1 → v5.0.2
1 parent ed9cf74 commit 920b644

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Git. This uses [pre-commit](https://pre-commit.com/). Once you
248248
```yaml
249249
repos:
250250
- repo: https://github.com/fsfe/reuse-tool
251-
rev: v5.0.1
251+
rev: v5.0.2
252252
hooks:
253253
- id: reuse
254254
```
@@ -263,7 +263,7 @@ use the following configuration:
263263
```yaml
264264
repos:
265265
- repo: https://github.com/fsfe/reuse-tool
266-
rev: v5.0.1
266+
rev: v5.0.2
267267
hooks:
268268
- id: reuse-lint-file
269269
```

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# The full version, including alpha/beta/rc tags.
3232
release = get_version("reuse")
3333
except PackageNotFoundError:
34-
release = "5.0.1"
34+
release = "5.0.2"
3535

3636
# The short X.Y.Z version.
3737
version = ".".join(release.split(".")[:3])

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[tool.poetry]
99
name = "reuse"
10-
version = "5.0.1"
10+
version = "5.0.2"
1111
description = "reuse is a tool for compliance with the REUSE recommendations."
1212
authors = [
1313
"Free Software Foundation Europe <[email protected]>",
@@ -106,7 +106,7 @@ requires = ["poetry-core>=1.1.0"]
106106
build-backend = "poetry.core.masonry.api"
107107

108108
[bumpver]
109-
current_version = "v5.0.1"
109+
current_version = "v5.0.2"
110110
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
111111
commit_message = "Bump version: {old_version} → {new_version}"
112112
tag_message = "{new_version}"

src/reuse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
__version__ = version("reuse")
3535
except PackageNotFoundError:
3636
# package is not installed
37-
__version__ = "5.0.1"
37+
__version__ = "5.0.2"
3838

3939
__author__ = "Carmen Bianca Bakker"
4040
__email__ = "[email protected]"

0 commit comments

Comments
 (0)