Skip to content

Commit c86dc37

Browse files
committed
Bump version v0.2.2 -> v0.2.2.post1
1 parent c901e30 commit c86dc37

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
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.2.post1
33
commit = True
44
tag = True
55

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ sphinx-debuginfo
8181
.. |language| image:: https://img.shields.io/github/languages/top/sphinx-toolbox/sphinx-debuginfo
8282
:alt: GitHub top language
8383

84-
.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-debuginfo/v0.2.2
84+
.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-debuginfo/v0.2.2.post1
8585
:target: https://github.com/sphinx-toolbox/sphinx-debuginfo/pulse
8686
:alt: GitHub commits since tagged version
8787

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "sphinx-debuginfo"
7-
version = "0.2.2"
7+
version = "0.2.2.post1"
88
description = "A Sphinx extension to include debugging information in the output."
99
readme = "README.rst"
1010
keywords = [ "debug", "sphinx", "sphinx-extension",]

repo_helper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ email: '[email protected]'
77
username: 'sphinx-toolbox'
88
assignee: 'domdfcoding'
99
primary_conda_channel: 'domdfcoding'
10-
version: '0.2.2'
10+
version: '0.2.2.post1'
1111
license: 'MIT'
1212
short_desc: 'A Sphinx extension to include debugging information in the output.'
1313

sphinx_debuginfo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
__author__: str = "Dominic Davis-Foster"
3939
__copyright__: str = "2021 Dominic Davis-Foster"
4040
__license__: str = "MIT License"
41-
__version__: str = "0.2.2"
41+
__version__: str = "0.2.2.post1"
4242
__email__: str = "[email protected]"
4343

4444
__all__ = ["setup", "write_debug_info"]

0 commit comments

Comments
 (0)