File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.3
2+ current_version = 0.0.4
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ flake8_sphinx_links
9191.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/flake8-sphinx-links
9292 :alt: GitHub top language
9393
94- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/flake8-sphinx-links/v0.0.3
94+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/flake8-sphinx-links/v0.0.4
9595 :target: https://github.com/domdfcoding/flake8-sphinx-links/pulse
9696 :alt: GitHub commits since tagged version
9797
Original file line number Diff line number Diff line change 39392020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
4040"""
4141
42- __version__ = "0.0.3 "
42+ __version__ = "0.0.4 "
4343modname = "flake8_sphinx_links"
4444pypi_name = "flake8_sphinx_links"
4545import_name = "flake8_sphinx_links"
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ flake8_sphinx_links
9090.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/flake8-sphinx-links
9191 :alt: GitHub top language
9292
93- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/flake8-sphinx-links/v0.0.3
93+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/flake8-sphinx-links/v0.0.4
9494 :target: https://github.com/domdfcoding/flake8-sphinx-links/pulse
9595 :alt: GitHub commits since tagged version
9696
Original file line number Diff line number Diff line change 3939__author__ : str = "Dominic Davis-Foster"
4040__copyright__ : str = "2020 Dominic Davis-Foster"
4141__license__ : str = "MIT"
42- __version__ : str = "0.0.3 "
42+ __version__ : str = "0.0.4 "
4343__email__ : str = "dominic@davis-foster.co.uk"
4444
4545SXL001 : str = "SXL001 Double backticked strings should be a link to Python documentation." # noqa: E501
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ repo_name: flake8-sphinx-links
33copyright_years : " 2020"
44author : " Dominic Davis-Foster"
55email : " dominic@davis-foster.co.uk"
6- version : " 0.0.3 "
6+ version : " 0.0.4 "
77username : " domdfcoding"
88license : ' MIT'
99short_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