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 .0
2
+ current_version = 0.1 .0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 55
55
56
56
- name : " Install package"
57
57
run : |
58
- $CONDA/bin/conda install -c file://$(pwd)/conda-bld sphinx-jinja2-compat=0.0 .0=py_1 -y || exit 1
58
+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld sphinx-jinja2-compat=0.1 .0=py_1 -y || exit 1
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ sphinx-jinja2-compat
87
87
.. |language | image :: https://img.shields.io/github/languages/top/sphinx-toolbox/sphinx-jinja2-compat
88
88
:alt: GitHub top language
89
89
90
- .. |commits-since | image :: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-jinja2-compat/v0.0 .0
90
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-jinja2-compat/v0.1 .0
91
91
:target: https://github.com/sphinx-toolbox/sphinx-jinja2-compat/pulse
92
92
:alt: GitHub commits since tagged version
93
93
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
4
4
5
5
[project ]
6
6
name = " sphinx-jinja2-compat"
7
- version = " 0.0 .0"
7
+ version = " 0.1 .0"
8
8
description = " Patches Jinja2 v3 to restore compatibility with earlier Sphinx versions."
9
9
readme = " README.rst"
10
10
requires-python = " >=3.6"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ email: "dominic@davis-foster.co.uk"
6
6
username : ' sphinx-toolbox'
7
7
assignee : ' domdfcoding'
8
8
primary_conda_channel : ' domdfcoding'
9
- version : " 0.0 .0"
9
+ version : " 0.1 .0"
10
10
license : " MIT"
11
11
short_desc : " Patches Jinja2 v3 to restore compatibility with earlier Sphinx versions."
12
12
Original file line number Diff line number Diff line change 34
34
__author__ : str = "Dominic Davis-Foster"
35
35
__copyright__ : str = "2022 Dominic Davis-Foster"
36
36
__license__ : str = "MIT License"
37
- __version__ : str = "0.0 .0"
37
+ __version__ : str = "0.1 .0"
38
38
__email__ : str = "dominic@davis-foster.co.uk"
39
39
40
40
F = TypeVar ('F' , bound = Callable [..., Any ])
You can’t perform that action at this time.
0 commit comments