File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.1.1
2
+ current_version = 1.1.2
3
3
commit = True
4
4
tag = False
5
5
parse = (?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 @@ -235,7 +235,7 @@ Git. This uses [pre-commit](https://pre-commit.com/). Once you
235
235
``` yaml
236
236
repos :
237
237
- repo : https://github.com/fsfe/reuse-tool
238
- rev : v1.1.1
238
+ rev : v1.1.2
239
239
hooks :
240
240
- id : reuse
241
241
` ` `
Original file line number Diff line number Diff line change 76
76
# The full version, including alpha/beta/rc tags.
77
77
release = get_distribution ("reuse" ).version
78
78
except DistributionNotFound :
79
- release = "1.1.1 "
79
+ release = "1.1.2 "
80
80
# The short X.Y.Z version.
81
81
version = "." .join (release .split ("." )[:3 ])
82
82
Original file line number Diff line number Diff line change 6
6
7
7
[tool .poetry ]
8
8
name = " reuse"
9
- version = " 1.1.1 "
9
+ version = " 1.1.2 "
10
10
description = " reuse is a tool for compliance with the REUSE recommendations."
11
11
authors = [
12
12
" Free Software Foundation Europe <contact@fsfe.org>" ,
Original file line number Diff line number Diff line change 18
18
__version__ = get_distribution (__name__ ).version
19
19
except DistributionNotFound :
20
20
# package is not installed
21
- __version__ = "1.1.1 "
21
+ __version__ = "1.1.2 "
22
22
23
23
__author__ = "Carmen Bianca Bakker"
24
24
__email__ = "carmenbianca@fsfe.org"
You can’t perform that action at this time.
0 commit comments