File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.4
2
+ current_version = 0.1.0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ flake8_sphinx_links
91
91
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/flake8-sphinx-links
92
92
:alt: GitHub top language
93
93
94
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/flake8-sphinx-links/v0.0.4
94
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/flake8-sphinx-links/v0.1.0
95
95
:target: https://github.com/domdfcoding/flake8-sphinx-links/pulse
96
96
:alt: GitHub commits since tagged version
97
97
@@ -165,4 +165,4 @@ Sample `.pre-commit-config.yaml`:
165
165
rev: 3.8.1
166
166
hooks:
167
167
- id: flake8
168
- additional_dependencies: [flake8-sphinx-links==0.0.4 ]
168
+ additional_dependencies: [flake8-sphinx-links==0.1.0 ]
Original file line number Diff line number Diff line change 39
39
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
40
40
"""
41
41
42
- __version__ = "0.0.4 "
42
+ __version__ = "0.1.0 "
43
43
modname = "flake8_sphinx_links"
44
44
pypi_name = "flake8_sphinx_links"
45
45
import_name = "flake8_sphinx_links"
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ flake8_sphinx_links
93
93
:alt: GitHub top language
94
94
95
95
.. |commits-since | github-shield ::
96
- :commits-since: v0.0.4
96
+ :commits-since: v0.1.0
97
97
:alt: GitHub commits since tagged version
98
98
99
99
.. |commits-latest | github-shield ::
@@ -135,7 +135,7 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions
135
135
136
136
Sample ``.pre-commit-config.yaml ``:
137
137
138
- .. pre-commit :flake8 :: 0.0.4
138
+ .. pre-commit :flake8 :: 0.1.0
139
139
140
140
141
141
.. toctree ::
Original file line number Diff line number Diff line change 39
39
__author__ : str = "Dominic Davis-Foster"
40
40
__copyright__ : str = "2020 Dominic Davis-Foster"
41
41
__license__ : str = "MIT"
42
- __version__ : str = "0.0.4 "
42
+ __version__ : str = "0.1.0 "
43
43
__email__ : str = "dominic@davis-foster.co.uk"
44
44
45
45
__all__ = [
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ repo_name: flake8-sphinx-links
3
3
copyright_years : " 2020"
4
4
author : " Dominic Davis-Foster"
5
5
email : " dominic@davis-foster.co.uk"
6
- version : " 0.0.4 "
6
+ version : " 0.1.0 "
7
7
username : " domdfcoding"
8
8
license : ' MIT'
9
9
short_desc : " A flake8 plugin which checks docstrings for double backticked strings that should be links to the Python documentation."
You can’t perform that action at this time.
0 commit comments