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 11[bumpversion]
2- current_version = 0.3.0
2+ current_version = 0.3.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ seed_intersphinx_mapping
9191.. |language | image :: https://img.shields.io/github/languages/top/sphinx-toolbox/seed_intersphinx_mapping
9292 :alt: GitHub top language
9393
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
9595 :target: https://github.com/sphinx-toolbox/seed_intersphinx_mapping/pulse
9696 :alt: GitHub commits since tagged version
9797
Original file line number Diff line number Diff line change 26262020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727"""
2828
29- __version__ = "0.3.0 "
29+ __version__ = "0.3.1 "
3030
3131repo_root = pathlib .Path (__file__ ).parent
3232install_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
9393 :alt: GitHub top language
9494
9595.. |commits-since | github-shield ::
96- :commits-since: v0.3.0
96+ :commits-since: v0.3.1
9797 :alt: GitHub commits since tagged version
9898
9999.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ email: 'dominic@davis-foster.co.uk'
77username : ' sphinx-toolbox'
88assignee : ' domdfcoding'
99primary_conda_channel : ' domdfcoding'
10- version : ' 0.3.0 '
10+ version : ' 0.3.1 '
1111license : ' MIT'
1212short_desc : " Populate the Sphinx 'intersphinx_mapping' dictionary from the project's requirements."
1313
Original file line number Diff line number Diff line change 3535__copyright__ : str = "2020 Dominic Davis-Foster"
3636
3737__license__ : str = "MIT License"
38- __version__ : str = "0.3.0 "
38+ __version__ : str = "0.3.1 "
3939__email__ : str = "dominic@davis-foster.co.uk"
You can’t perform that action at this time.
0 commit comments