File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.13 .0
2
+ current_version = 0.14 .0
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 76
76
# The full version, including alpha/beta/rc tags.
77
77
release = get_distribution ("reuse" ).version
78
78
except DistributionNotFound :
79
- release = "0.13 .0"
79
+ release = "0.14 .0"
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 40
40
41
41
setup_requirements = ["setuptools_scm" ]
42
42
43
- fallback_version = "0.13 .0"
43
+ fallback_version = "0.14 .0"
44
44
45
45
46
46
def readme_md ():
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__ = "0.13 .0"
21
+ __version__ = "0.14 .0"
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