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 1
1
[bumpversion]
2
- current_version = 0.2 .0
2
+ current_version = 0.3 .0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Spun out from `repo_helper <https://github.com/domdfcoding/repo_helper>`_. Needs
92
92
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/consolekit
93
93
:alt: GitHub top language
94
94
95
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v0.2 .0
95
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v0.3 .0
96
96
:target: https://github.com/domdfcoding/consolekit/pulse
97
97
:alt: GitHub commits since tagged version
98
98
Original file line number Diff line number Diff line change 26
26
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
27
27
"""
28
28
29
- __version__ = "0.2 .0"
29
+ __version__ = "0.3 .0"
30
30
31
31
repo_root = pathlib .Path (__file__ ).parent
32
32
install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
Original file line number Diff line number Diff line change 42
42
__author__ : str = "Dominic Davis-Foster"
43
43
__copyright__ : str = "2020 Dominic Davis-Foster"
44
44
__license__ : str = "MIT License"
45
- __version__ : str = "0.2 .0"
45
+ __version__ : str = "0.3 .0"
46
46
__email__ : str = "dominic@davis-foster.co.uk"
47
47
48
48
if not bool (getattr (sys , "ps1" , sys .flags .interactive )):
@@ -70,7 +70,7 @@ class SuggestionGroup(click.Group):
70
70
"""
71
71
Subclass of :class:`click.Group` which suggests the most similar command if the command is not found.
72
72
73
- .. versionadded 0.2 .0
73
+ .. versionadded 0.3 .0
74
74
"""
75
75
76
76
def resolve_command (self , ctx , args ): # noqa: D102
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ consolekit
93
93
:alt: GitHub top language
94
94
95
95
.. |commits-since | github-shield ::
96
- :commits-since: v0.2 .0
96
+ :commits-since: v0.3 .0
97
97
:alt: GitHub commits since tagged version
98
98
99
99
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ copyright_years: '2020'
5
5
author : ' Dominic Davis-Foster'
6
6
email : ' dominic@davis-foster.co.uk'
7
7
username : ' domdfcoding'
8
- version : ' 0.2 .0'
8
+ version : ' 0.3 .0'
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