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.2.0b1
2
+ current_version = 0.2.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.2.0b1 =py_1 -y || exit 1
58
+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld sphinx-jinja2-compat=0.2.0 =py_1 -y || exit 1
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Also makes some Sphinx versions work correctly on Python 3.10.
88
88
.. |language | image :: https://img.shields.io/github/languages/top/sphinx-toolbox/sphinx-jinja2-compat
89
89
:alt: GitHub top language
90
90
91
- .. |commits-since | image :: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-jinja2-compat/v0.2.0b1
91
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-jinja2-compat/v0.2.0
92
92
:target: https://github.com/sphinx-toolbox/sphinx-jinja2-compat/pulse
93
93
:alt: GitHub commits since tagged version
94
94
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.2.0b1 "
7
+ version = " 0.2.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.2.0b1 "
9
+ version : " 0.2.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 39
39
__author__ : str = "Dominic Davis-Foster"
40
40
__copyright__ : str = "2022 Dominic Davis-Foster"
41
41
__license__ : str = "MIT License"
42
- __version__ : str = "0.2.0b1 "
42
+ __version__ : str = "0.2.0 "
43
43
__email__ : str = "dominic@davis-foster.co.uk"
44
44
45
45
if "NO_SPHINX_JINJA2_COMPAT" not in os .environ :
You can’t perform that action at this time.
0 commit comments