Skip to content

Commit 5363bdf

Browse files
committed
Bump version v0.0.4 -> v0.1.0
1 parent b6c5a68 commit 5363bdf

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.4
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.4
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-sphinx-links/v0.1.0
9595
:target: https://github.com/domdfcoding/flake8-sphinx-links/pulse
9696
:alt: GitHub commits since tagged version
9797

@@ -165,4 +165,4 @@ Sample `.pre-commit-config.yaml`:
165165
rev: 3.8.1
166166
hooks:
167167
- id: flake8
168-
additional_dependencies: [flake8-sphinx-links==0.0.4]
168+
additional_dependencies: [flake8-sphinx-links==0.1.0]

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
4040
"""
4141

42-
__version__ = "0.0.4"
42+
__version__ = "0.1.0"
4343
modname = "flake8_sphinx_links"
4444
pypi_name = "flake8_sphinx_links"
4545
import_name = "flake8_sphinx_links"

doc-source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ flake8_sphinx_links
9393
:alt: GitHub top language
9494

9595
.. |commits-since| github-shield::
96-
:commits-since: v0.0.4
96+
:commits-since: v0.1.0
9797
:alt: GitHub commits since tagged version
9898

9999
.. |commits-latest| github-shield::
@@ -135,7 +135,7 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions
135135

136136
Sample ``.pre-commit-config.yaml``:
137137

138-
.. pre-commit:flake8:: 0.0.4
138+
.. pre-commit:flake8:: 0.1.0
139139
140140
141141
.. toctree::

flake8_sphinx_links/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
__author__: str = "Dominic Davis-Foster"
4040
__copyright__: str = "2020 Dominic Davis-Foster"
4141
__license__: str = "MIT"
42-
__version__: str = "0.0.4"
42+
__version__: str = "0.1.0"
4343
__email__: str = "dominic@davis-foster.co.uk"
4444

4545
__all__ = [

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repo_name: flake8-sphinx-links
33
copyright_years: "2020"
44
author: "Dominic Davis-Foster"
55
email: "dominic@davis-foster.co.uk"
6-
version: "0.0.4"
6+
version: "0.1.0"
77
username: "domdfcoding"
88
license: 'MIT'
99
short_desc: "A flake8 plugin which checks docstrings for double backticked strings that should be links to the Python documentation."

0 commit comments

Comments
 (0)