File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.0
2
+ current_version = 0.3.1
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ seed_intersphinx_mapping
91
91
.. |language | image :: https://img.shields.io/github/languages/top/sphinx-toolbox/seed_intersphinx_mapping
92
92
:alt: GitHub top language
93
93
94
- .. |commits-since | image :: https://img.shields.io/github/commits-since/sphinx-toolbox/seed_intersphinx_mapping/v0.3.0
94
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/sphinx-toolbox/seed_intersphinx_mapping/v0.3.1
95
95
:target: https://github.com/sphinx-toolbox/seed_intersphinx_mapping/pulse
96
96
:alt: GitHub commits since tagged version
97
97
Original file line number Diff line number Diff line change 26
26
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
27
27
"""
28
28
29
- __version__ = "0.3.0 "
29
+ __version__ = "0.3.1 "
30
30
31
31
repo_root = pathlib .Path (__file__ ).parent
32
32
install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ seed_intersphinx_mapping
93
93
:alt: GitHub top language
94
94
95
95
.. |commits-since | github-shield ::
96
- :commits-since: v0.3.0
96
+ :commits-since: v0.3.1
97
97
:alt: GitHub commits since tagged version
98
98
99
99
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ email: 'dominic@davis-foster.co.uk'
7
7
username : ' sphinx-toolbox'
8
8
assignee : ' domdfcoding'
9
9
primary_conda_channel : ' domdfcoding'
10
- version : ' 0.3.0 '
10
+ version : ' 0.3.1 '
11
11
license : ' MIT'
12
12
short_desc : " Populate the Sphinx 'intersphinx_mapping' dictionary from the project's requirements."
13
13
Original file line number Diff line number Diff line change 35
35
__copyright__ : str = "2020 Dominic Davis-Foster"
36
36
37
37
__license__ : str = "MIT License"
38
- __version__ : str = "0.3.0 "
38
+ __version__ : str = "0.3.1 "
39
39
__email__ : str = "dominic@davis-foster.co.uk"
You can’t perform that action at this time.
0 commit comments