File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ Git. This uses [pre-commit](https://pre-commit.com/). Once you
248248``` yaml
249249repos :
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
264264repos:
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` ` `
Original file line number Diff line number Diff line change 3131 # The full version, including alpha/beta/rc tags.
3232 release = get_version ("reuse" )
3333except PackageNotFoundError :
34- release = "5.0.1 "
34+ release = "5.0.2 "
3535
3636# The short X.Y.Z version.
3737version = "." .join (release .split ("." )[:3 ])
Original file line number Diff line number Diff line change 77
88[tool .poetry ]
99name = " reuse"
10- version = " 5.0.1 "
10+ version = " 5.0.2 "
1111description = " reuse is a tool for compliance with the REUSE recommendations."
1212authors = [
1313 " Free Software Foundation Europe <[email protected] >" ,
@@ -106,7 +106,7 @@ requires = ["poetry-core>=1.1.0"]
106106build-backend = " poetry.core.masonry.api"
107107
108108[bumpver ]
109- current_version = " v5.0.1 "
109+ current_version = " v5.0.2 "
110110version_pattern = " vMAJOR.MINOR.PATCH[PYTAGNUM]"
111111commit_message = " Bump version: {old_version} → {new_version}"
112112tag_message = " {new_version}"
Original file line number Diff line number Diff line change 3434 __version__ = version ("reuse" )
3535except PackageNotFoundError :
3636 # package is not installed
37- __version__ = "5.0.1 "
37+ __version__ = "5.0.2 "
3838
3939__author__ = "Carmen Bianca Bakker"
4040
You can’t perform that action at this time.
0 commit comments