Skip to content

Commit 18be128

Browse files
committed
Bump version v0.2.2 -> v0.2.3
1 parent 98b4ee4 commit 18be128

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.2
2+
current_version = 0.2.3
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ sphinx-autofixture
101101
.. |language| image:: https://img.shields.io/github/languages/top/sphinx-toolbox/sphinx-autofixture
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-autofixture/v0.2.2
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-autofixture/v0.2.3
105105
:target: https://github.com/sphinx-toolbox/sphinx-autofixture/pulse
106106
:alt: GitHub commits since tagged version
107107

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2020-2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727
"""
2828

29-
__version__ = "0.2.2"
29+
__version__ = "0.2.3"
3030

3131
repo_root = pathlib.Path(__file__).parent
3232
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ sphinx-autofixture
103103
:alt: GitHub top language
104104

105105
.. |commits-since| github-shield::
106-
:commits-since: v0.2.2
106+
:commits-since: v0.2.3
107107
:alt: GitHub commits since tagged version
108108

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

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ email: 'dominic@davis-foster.co.uk'
77
username: "sphinx-toolbox"
88
assignee: "domdfcoding"
99
primary_conda_channel: 'domdfcoding'
10-
version: '0.2.2'
10+
version: '0.2.3'
1111
license: 'MIT'
1212
short_desc: 'Sphinx autodocumenter for pytest fixtures.'
1313

sphinx_autofixture/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
__author__: str = "Dominic Davis-Foster"
4646
__copyright__: str = "2020 Dominic Davis-Foster"
4747
__license__: str = "MIT License"
48-
__version__: str = "0.2.2"
48+
__version__: str = "0.2.3"
4949
__email__: str = "dominic@davis-foster.co.uk"
5050

5151
__all__ = ["FixtureDecoratorFinder", "FixtureDocumenter", "is_fixture", "setup"]

0 commit comments

Comments
 (0)