Skip to content

Commit aca0348

Browse files
committed
Bump version v0.4.0 -> v0.5.0
1 parent ed8918e commit aca0348

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.5.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ configconfig
101101
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/configconfig
102102
:alt: GitHub top language
103103

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
105105
:target: https://github.com/domdfcoding/configconfig/pulse
106106
:alt: GitHub commits since tagged version
107107

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2020-2021 Dominic Davis-Foster <[email protected]>
2727
"""
2828

29-
__version__ = "0.4.0"
29+
__version__ = "0.5.0"
3030

3131
repo_root = pathlib.Path(__file__).parent
3232
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')

configconfig/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
__copyright__: str = "2020 Dominic Davis-Foster"
3131

3232
__license__: str = "MIT License"
33-
__version__: str = "0.4.0"
33+
__version__: str = "0.5.0"
3434
__email__: str = "[email protected]"

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ configconfig
103103
:alt: GitHub top language
104104

105105
.. |commits-since| github-shield::
106-
:commits-since: v0.4.0
106+
:commits-since: v0.5.0
107107
:alt: GitHub commits since tagged version
108108

109109
.. |commits-latest| github-shield::

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ copyright_years: '2020-2021'
55
author: 'Dominic Davis-Foster'
66
77
username: 'domdfcoding'
8-
version: '0.4.0'
8+
version: '0.5.0'
99
license: 'MIT'
1010
short_desc: 'Load and validate YAML configuration files.'
1111

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ commands =
119119
plugins = coverage_pyver_pragma
120120

121121
[coverage:report]
122+
fail_under = 80
122123
exclude_lines =
123124
raise AssertionError
124125
raise NotImplementedError

0 commit comments

Comments
 (0)