Skip to content

Commit 392efa2

Browse files
committed
Bump version v0.5.0 -> v0.5.1
1 parent 9c9a88f commit 392efa2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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.5.0
2+
current_version = 0.5.1
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
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: "Install package"
5050
run: |
51-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld seed_intersphinx_mapping=0.5.0=py_1 -y || exit 1
51+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld seed_intersphinx_mapping=0.5.1=py_1 -y || exit 1
5252
5353
- name: "Run Tests"
5454
run: |

README.rst

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

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/seed_intersphinx_mapping/v0.5.0
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/seed_intersphinx_mapping/v0.5.1
105105
:target: https://github.com/sphinx-toolbox/seed_intersphinx_mapping/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
@@ -16,5 +16,5 @@
1616
"extras_require",
1717
]
1818

19-
__version__ = "0.5.0"
19+
__version__ = "0.5.1"
2020
extras_require = {}

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ seed_intersphinx_mapping
106106
:alt: GitHub top language
107107

108108
.. |commits-since| github-shield::
109-
:commits-since: v0.5.0
109+
:commits-since: v0.5.1
110110
:alt: GitHub commits since tagged version
111111

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

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 = "seed_intersphinx_mapping"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
description = "Populate the Sphinx 'intersphinx_mapping' dictionary from the project's requirements."
99
readme = "README.rst"
1010
keywords = [ "documentation", "intersphinx", "sphinx",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
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.5.0'
10+
version: '0.5.1'
1111
license: 'MIT'
1212
short_desc: "Populate the Sphinx 'intersphinx_mapping' dictionary from the project's requirements."
1313

seed_intersphinx_mapping/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
__author__: str = "Dominic Davis-Foster"
5151
__copyright__: str = "2020 Dominic Davis-Foster"
5252
__license__: str = "MIT License"
53-
__version__: str = "0.5.0"
53+
__version__: str = "0.5.1"
5454
__email__: str = "[email protected]"
5555

5656
__all__ = ["get_sphinx_doc_url", "fallback_mapping", "seed_intersphinx_mapping"]

0 commit comments

Comments
 (0)