File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.0.0
2+ current_version = 3.0.1
33commit = True
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<release>(a|b|rc)?)(?P<releasenumber>\d*)
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ Git. This uses [pre-commit](https://pre-commit.com/). Once you
246246``` yaml
247247repos :
248248 - repo : https://github.com/fsfe/reuse-tool
249- rev : v3.0.0
249+ rev : v3.0.1
250250 hooks :
251251 - id : reuse
252252` ` `
Original file line number Diff line number Diff line change 7575 # The full version, including alpha/beta/rc tags.
7676 release = get_version ("reuse" )
7777except PackageNotFoundError :
78- release = "3.0.0 "
78+ release = "3.0.1 "
7979
8080# The short X.Y.Z version.
8181version = "." .join (release .split ("." )[:3 ])
Original file line number Diff line number Diff line change 77
88[tool .poetry ]
99name = " reuse"
10- version = " 3.0.0 "
10+ version = " 3.0.1 "
1111description = " reuse is a tool for compliance with the REUSE recommendations."
1212authors = [
1313 " Free Software Foundation Europe <contact@fsfe.org>" ,
Original file line number Diff line number Diff line change 3131 __version__ = version ("reuse" )
3232except PackageNotFoundError :
3333 # package is not installed
34- __version__ = "3.0.0 "
34+ __version__ = "3.0.1 "
3535
3636__author__ = "Carmen Bianca Bakker"
3737__email__ = "carmenbianca@fsfe.org"
You can’t perform that action at this time.
0 commit comments