File tree 7 files changed +7
-6
lines changed 7 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.4 .0
2
+ current_version = 0.5 .0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ configconfig
101
101
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/configconfig
102
102
:alt: GitHub top language
103
103
104
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/configconfig/v0.4 .0
104
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/configconfig/v0.5 .0
105
105
:target: https://github.com/domdfcoding/configconfig/pulse
106
106
:alt: GitHub commits since tagged version
107
107
Original file line number Diff line number Diff line change 26
26
2020-2021 Dominic Davis-Foster <[email protected] >
27
27
"""
28
28
29
- __version__ = "0.4 .0"
29
+ __version__ = "0.5 .0"
30
30
31
31
repo_root = pathlib .Path (__file__ ).parent
32
32
install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
Original file line number Diff line number Diff line change 30
30
__copyright__ : str = "2020 Dominic Davis-Foster"
31
31
32
32
__license__ : str = "MIT License"
33
- __version__ : str = "0.4 .0"
33
+ __version__ : str = "0.5 .0"
34
34
__email__ :
str = "[email protected] "
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ configconfig
103
103
:alt: GitHub top language
104
104
105
105
.. |commits-since | github-shield ::
106
- :commits-since: v0.4 .0
106
+ :commits-since: v0.5 .0
107
107
:alt: GitHub commits since tagged version
108
108
109
109
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ copyright_years: '2020-2021'
5
5
author : ' Dominic Davis-Foster'
6
6
7
7
username : ' domdfcoding'
8
- version : ' 0.4 .0'
8
+ version : ' 0.5 .0'
9
9
license : ' MIT'
10
10
short_desc : ' Load and validate YAML configuration files.'
11
11
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ commands =
119
119
plugins = coverage_pyver_pragma
120
120
121
121
[coverage:report]
122
+ fail_under = 80
122
123
exclude_lines =
123
124
raise AssertionError
124
125
raise NotImplementedError
You can’t perform that action at this time.
0 commit comments