Skip to content

Commit a27f5f0

Browse files
committed
Bump version v0.4.2 -> v0.4.3
1 parent 87a2e4b commit a27f5f0

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.2
2+
current_version = 0.4.3
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 @@ coincidence
101101
.. |language| image:: https://img.shields.io/github/languages/top/python-coincidence/coincidence
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/coincidence/v0.4.2
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/coincidence/v0.4.3
105105
:target: https://github.com/python-coincidence/coincidence/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
@@ -16,5 +16,5 @@
1616
"extras_require",
1717
]
1818

19-
__version__ = "0.4.2"
19+
__version__ = "0.4.3"
2020
extras_require = {}

coincidence/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
__author__: str = "Dominic Davis-Foster"
6969
__copyright__: str = "2020-2021 Dominic Davis-Foster"
7070
__license__: str = "MIT License"
71-
__version__: str = "0.4.2"
71+
__version__: str = "0.4.3"
7272
__email__: str = "[email protected]"
7373

7474
__all__ = ["pytest_report_header", "PEP_563"]

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ coincidence
106106
:alt: GitHub top language
107107

108108
.. |commits-since| github-shield::
109-
:commits-since: v0.4.2
109+
:commits-since: v0.4.3
110110
:alt: GitHub commits since tagged version
111111

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "coincidence"
7-
version = "0.4.2"
7+
version = "0.4.3"
88
description = "Helper functions for pytest."
99
readme = "README.rst"
1010
keywords = [ "pytest", "regression", "testing", "unittest", "utilities",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66
77
username: 'python-coincidence'
88
assignee: 'domdfcoding'
9-
version: '0.4.2'
9+
version: '0.4.3'
1010
license: 'MIT'
1111
short_desc: 'Helper functions for pytest.'
1212
primary_conda_channel: domdfcoding

0 commit comments

Comments
 (0)