Skip to content

Commit 14650d5

Browse files
committed
Bump version v0.2.1 -> v0.2.2
1 parent 7909319 commit 14650d5

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
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.2.1
2+
current_version = 0.2.2
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: "Install package"
5959
run: |
60-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8_sphinx_links=0.2.1=py_1 -y || exit 1
60+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8_sphinx_links=0.2.2=py_1 -y || exit 1
6161
6262
- name: "Run Tests"
6363
run: |

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ flake8_sphinx_links
101101
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/flake8-sphinx-links
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-sphinx-links/v0.2.1
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-sphinx-links/v0.2.2
105105
:target: https://github.com/python-formate/flake8-sphinx-links/pulse
106106
:alt: GitHub commits since tagged version
107107

@@ -175,4 +175,4 @@ Sample ``.pre-commit-config.yaml``:
175175
rev: 3.8.1
176176
hooks:
177177
- id: flake8
178-
additional_dependencies: [flake8-sphinx-links==0.2.1]
178+
additional_dependencies: [flake8-sphinx-links==0.2.2]

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ flake8_sphinx_links
107107
:alt: GitHub top language
108108

109109
.. |commits-since| github-shield::
110-
:commits-since: v0.2.1
110+
:commits-since: v0.2.2
111111
:alt: GitHub commits since tagged version
112112

113113
.. |commits-latest| github-shield::

doc-source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions
2828

2929
Sample ``.pre-commit-config.yaml``:
3030

31-
.. pre-commit:flake8:: 0.2.1
31+
.. pre-commit:flake8:: 0.2.2

flake8_sphinx_links/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
__author__: str = "Dominic Davis-Foster"
4444
__copyright__: str = "2020-2021 Dominic Davis-Foster"
4545
__license__: str = "MIT"
46-
__version__: str = "0.2.1"
46+
__version__: str = "0.2.2"
4747
__email__: str = "[email protected]"
4848

4949
__all__ = (

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "flake8_sphinx_links"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "A Flake8 plugin to check docstrings for double backticked strings which should be links to the Python documentation."
99
readme = "README.rst"
1010
keywords = [ "documentation", "flake8", "sphinx",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repo_name: flake8-sphinx-links
55
copyright_years: "2020-2021"
66
author: "Dominic Davis-Foster"
77
8-
version: "0.2.1"
8+
version: "0.2.2"
99
username: "python-formate"
1010
assignee: "domdfcoding"
1111
primary_conda_channel: "domdfcoding"

0 commit comments

Comments
 (0)