Skip to content

Commit f9c909a

Browse files
committed
Bump version v0.2.1 -> v0.2.2
1 parent 9aec2d0 commit f9c909a

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.1
2+
current_version = 0.2.2
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.1
93+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/extras_require/v0.2.2
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
@@ -39,7 +39,7 @@
3939
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
4040
"""
4141

42-
__version__ = "0.2.1"
42+
__version__ = "0.2.2"
4343
modname = "extras_require"
4444
pypi_name = "extras_require"
4545
import_name = "sphinxcontrib.extras_require"

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.1
96+
:commits-since: v0.2.2
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
@@ -3,7 +3,7 @@ import_name: sphinxcontrib.extras_require
33
copyright_years: "2020"
44
author: "Dominic Davis-Foster"
55
email: "dominic@davis-foster.co.uk"
6-
version: "0.2.1"
6+
version: "0.2.2"
77
username: "domdfcoding"
88
license: 'BSD'
99
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.1"
46+
__version__: str = "0.2.2"
4747
__email__: str = "dominic@davis-foster.co.uk"
4848

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

0 commit comments

Comments
 (0)