File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.6.5
2
+ current_version = 0.6.6
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 57
57
58
58
- name : " Install package"
59
59
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
61
61
62
62
- name : " Run Tests"
63
63
run : |
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ coincidence
101
101
.. |language | image :: https://img.shields.io/github/languages/top/python-coincidence/coincidence
102
102
:alt: GitHub top language
103
103
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
105
105
:target: https://github.com/python-coincidence/coincidence/pulse
106
106
:alt: GitHub commits since tagged version
107
107
Original file line number Diff line number Diff line change 69
69
__author__ : str = "Dominic Davis-Foster"
70
70
__copyright__ : str = "2020-2021 Dominic Davis-Foster"
71
71
__license__ : str = "MIT License"
72
- __version__ : str = "0.6.5 "
72
+ __version__ : str = "0.6.6 "
73
73
__email__ : str = "dominic@davis-foster.co.uk"
74
74
75
75
__all__ = ("pytest_report_header" , "PEP_563" )
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ coincidence
107
107
:alt: GitHub top language
108
108
109
109
.. |commits-since | github-shield ::
110
- :commits-since: v0.6.5
110
+ :commits-since: v0.6.6
111
111
:alt: GitHub commits since tagged version
112
112
113
113
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
4
4
5
5
[project ]
6
6
name = " coincidence"
7
- version = " 0.6.5 "
7
+ version = " 0.6.6 "
8
8
description = " Helper functions for pytest."
9
9
readme = " README.rst"
10
10
requires-python = " >=3.6"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
6
6
email : ' dominic@davis-foster.co.uk'
7
7
username : ' python-coincidence'
8
8
assignee : ' domdfcoding'
9
- version : ' 0.6.5 '
9
+ version : ' 0.6.6 '
10
10
license : ' MIT'
11
11
short_desc : ' Helper functions for pytest.'
12
12
primary_conda_channel : domdfcoding
You can’t perform that action at this time.
0 commit comments