Skip to content

Commit 54b84b8

Browse files
committed
Bump version v0.6.5 -> v0.6.6
1 parent d64c936 commit 54b84b8

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.6.5
2+
current_version = 0.6.6
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: "Install package"
5959
run: |
60-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld coincidence=0.6.5=py_1 -y || exit 1
60+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld coincidence=0.6.6=py_1 -y || exit 1
6161
6262
- name: "Run Tests"
6363
run: |

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.6.5
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/coincidence/v0.6.6
105105
:target: https://github.com/python-coincidence/coincidence/pulse
106106
:alt: GitHub commits since tagged version
107107

coincidence/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
__author__: str = "Dominic Davis-Foster"
7070
__copyright__: str = "2020-2021 Dominic Davis-Foster"
7171
__license__: str = "MIT License"
72-
__version__: str = "0.6.5"
72+
__version__: str = "0.6.6"
7373
__email__: str = "dominic@davis-foster.co.uk"
7474

7575
__all__ = ("pytest_report_header", "PEP_563")

doc-source/index.rst

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

109109
.. |commits-since| github-shield::
110-
:commits-since: v0.6.5
110+
:commits-since: v0.6.6
111111
:alt: GitHub commits since tagged version
112112

113113
.. |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.6.5"
7+
version = "0.6.6"
88
description = "Helper functions for pytest."
99
readme = "README.rst"
1010
requires-python = ">=3.6"

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
email: 'dominic@davis-foster.co.uk'
77
username: 'python-coincidence'
88
assignee: 'domdfcoding'
9-
version: '0.6.5'
9+
version: '0.6.6'
1010
license: 'MIT'
1111
short_desc: 'Helper functions for pytest.'
1212
primary_conda_channel: domdfcoding

0 commit comments

Comments
 (0)