File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.7.1
2
+ current_version = 1.7.2
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 58
58
59
59
- name : " Install package"
60
60
run : |
61
- $CONDA/bin/conda install -c file://$(pwd)/conda-bld consolekit=1.7.1 =py_1 -y || exit 1
61
+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld consolekit=1.7.2 =py_1 -y || exit 1
62
62
63
63
- name : " Run Tests"
64
64
run : |
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ consolekit
100
100
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/consolekit
101
101
:alt: GitHub top language
102
102
103
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v1.7.1
103
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v1.7.2
104
104
:target: https://github.com/domdfcoding/consolekit/pulse
105
105
:alt: GitHub commits since tagged version
106
106
Original file line number Diff line number Diff line change 56
56
__author__ : str = "Dominic Davis-Foster"
57
57
__copyright__ : str = "2020 Dominic Davis-Foster"
58
58
__license__ : str = "MIT License"
59
- __version__ : str = "1.7.1 "
59
+ __version__ : str = "1.7.2 "
60
60
__email__ :
str = "[email protected] "
61
61
62
62
__all__ = (
Original file line number Diff line number Diff line change 79
79
_deprecator = deprecation_alias .deprecated (
80
80
deprecated_in = "1.0.0" ,
81
81
removed_in = "2.0.0" ,
82
- current_version = "1.7.1 " ,
82
+ current_version = "1.7.2 " ,
83
83
details = "Import from consolekit.tracebacks instead."
84
84
)
85
85
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ consolekit
107
107
:alt: GitHub top language
108
108
109
109
.. |commits-since | github-shield ::
110
- :commits-since: v1.7.1
110
+ :commits-since: v1.7.2
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 = "flit_core.buildapi"
4
4
5
5
[project ]
6
6
name = " consolekit"
7
- version = " 1.7.1 "
7
+ version = " 1.7.2 "
8
8
description = " Additional utilities for click."
9
9
readme = " README.rst"
10
10
requires-python = " >=3.6.1"
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 : ' 1.7.1 '
8
+ version : ' 1.7.2 '
9
9
license : ' MIT'
10
10
short_desc : ' Additional utilities for click.'
11
11
You can’t perform that action at this time.
0 commit comments