File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.7.0
2+ current_version = 0.7.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Spun out from `repo_helper <https://github.com/domdfcoding/repo_helper>`_. Needs
102102.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/consolekit
103103 :alt: GitHub top language
104104
105- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v0.7.0
105+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v0.7.1
106106 :target: https://github.com/domdfcoding/consolekit/pulse
107107 :alt: GitHub commits since tagged version
108108
Original file line number Diff line number Diff line change 26262020-2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727"""
2828
29- __version__ = "0.7.0 "
29+ __version__ = "0.7.1 "
3030
3131repo_root = pathlib .Path (__file__ ).parent
3232install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
Original file line number Diff line number Diff line change 4242__author__ : str = "Dominic Davis-Foster"
4343__copyright__ : str = "2020 Dominic Davis-Foster"
4444__license__ : str = "MIT License"
45- __version__ : str = "0.7.0 "
45+ __version__ : str = "0.7.1 "
4646__email__ : str = "dominic@davis-foster.co.uk"
4747
4848if not bool (getattr (sys , "ps1" , sys .flags .interactive )): # pragma: no cover
@@ -70,7 +70,7 @@ class SuggestionGroup(click.Group):
7070 """
7171 Subclass of :class:`click.Group` which suggests the most similar command if the command is not found.
7272
73- .. versionadded 0.7.0
73+ .. versionadded 0.7.1
7474 """
7575
7676 def resolve_command (self , ctx , args ): # noqa: D102
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ consolekit
103103 :alt: GitHub top language
104104
105105.. |commits-since | github-shield ::
106- :commits-since: v0.7.0
106+ :commits-since: v0.7.1
107107 :alt: GitHub commits since tagged version
108108
109109.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ copyright_years: '2020-2021'
55author : ' Dominic Davis-Foster'
66email : ' dominic@davis-foster.co.uk'
77username : ' domdfcoding'
8- version : ' 0.7.0 '
8+ version : ' 0.7.1 '
99license : ' MIT'
1010short_desc : ' Additional utilities for click.'
1111
You can’t perform that action at this time.
0 commit comments