Skip to content

Commit 4197f7f

Browse files
committed
Bump version v0.2.2 -> v0.2.3
1 parent 15fe89a commit 4197f7f

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
@@ -90,7 +90,7 @@ extras_require
9090
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/extras_require
9191
:alt: GitHub top language
9292

93-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/extras_require/v0.2.2
93+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/extras_require/v0.2.3
9494
:target: https://github.com/domdfcoding/extras_require/pulse
9595
:alt: GitHub commits since tagged version
9696

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2020 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
@@ -93,7 +93,7 @@ extras_require
9393
:alt: GitHub top language
9494

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

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

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import_name: sphinxcontrib.extras_require
44
copyright_years: "2020"
55
author: "Dominic Davis-Foster"
66
email: "dominic@davis-foster.co.uk"
7-
version: "0.2.2"
7+
version: "0.2.3"
88
username: "domdfcoding"
99
license: 'BSD'
1010
short_desc: 'Display a warning at the top of module documentation that it has additional requirements.'

sphinxcontrib/extras_require/__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 Dominic Davis-Foster"
4545
__license__: str = "BSD"
46-
__version__: str = "0.2.2"
46+
__version__: str = "0.2.3"
4747
__email__: str = "dominic@davis-foster.co.uk"
4848

4949
__all__ = ["extras_require_purger", "setup"]

0 commit comments

Comments
 (0)