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.0.1
2
+ current_version = 0.0.2
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ This is a modified version of the `alabaster <https://github.com/bitprophet/alab
78
78
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/repo_helper_sphinx_theme
79
79
:alt: GitHub top language
80
80
81
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/repo_helper_sphinx_theme/v0.0.1
81
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/repo_helper_sphinx_theme/v0.0.2
82
82
:target: https://github.com/domdfcoding/repo_helper_sphinx_theme/pulse
83
83
:alt: GitHub commits since tagged version
84
84
Original file line number Diff line number Diff line change 39
39
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
40
40
"""
41
41
42
- __version__ = "0.0.1 "
42
+ __version__ = "0.0.2 "
43
43
modname = "repo_helper Theme"
44
44
pypi_name = "repo_helper_sphinx_theme"
45
45
import_name = "repo_helper_sphinx_theme"
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ This is a modified version of the `alabaster <https://github.com/bitprophet/alab
78
78
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/repo_helper_sphinx_theme
79
79
:alt: GitHub top language
80
80
81
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/repo_helper_sphinx_theme/v0.0.1
81
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/repo_helper_sphinx_theme/v0.0.2
82
82
:target: https://github.com/domdfcoding/repo_helper_sphinx_theme/pulse
83
83
:alt: GitHub commits since tagged version
84
84
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ copyright_years: "2020"
8
8
author : " Dominic Davis-Foster"
9
9
email : " dominic@davis-foster.co.uk"
10
10
username : " domdfcoding"
11
- version : " 0.0.1 "
11
+ version : " 0.0.2 "
12
12
license : " BSD"
13
13
short_desc : " Sphinx Theme for repo_helper."
14
14
Original file line number Diff line number Diff line change 51
51
__copyright__ : str = "2020 Dominic Davis-Foster"
52
52
53
53
__license__ : str = "BSD"
54
- __version__ : str = "0.0.1 "
54
+ __version__ : str = "0.0.2 "
55
55
__email__ : str = "dominic@davis-foster.co.uk"
56
56
57
57
__all__ = ["get_path" , "update_context" , "setup" ]
You can’t perform that action at this time.
0 commit comments