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.1.1
2+ current_version = 0.1.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 5555
5656 - name : " Install package"
5757 run : |
58- $CONDA/bin/conda install -c file://$(pwd)/conda-bld sphinx-jinja2-compat=0.1.1 =py_1 -y || exit 1
58+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld sphinx-jinja2-compat=0.1.2 =py_1 -y || exit 1
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ sphinx-jinja2-compat
8787.. |language | image :: https://img.shields.io/github/languages/top/sphinx-toolbox/sphinx-jinja2-compat
8888 :alt: GitHub top language
8989
90- .. |commits-since | image :: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-jinja2-compat/v0.1.1
90+ .. |commits-since | image :: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-jinja2-compat/v0.1.2
9191 :target: https://github.com/sphinx-toolbox/sphinx-jinja2-compat/pulse
9292 :alt: GitHub commits since tagged version
9393
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
44
55[project ]
66name = " sphinx-jinja2-compat"
7- version = " 0.1.1 "
7+ version = " 0.1.2 "
88description = " Patches Jinja2 v3 to restore compatibility with earlier Sphinx versions."
99readme = " README.rst"
1010requires-python = " >=3.6"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ email: "dominic@davis-foster.co.uk"
66username : ' sphinx-toolbox'
77assignee : ' domdfcoding'
88primary_conda_channel : ' domdfcoding'
9- version : " 0.1.1 "
9+ version : " 0.1.2 "
1010license : " MIT"
1111short_desc : " Patches Jinja2 v3 to restore compatibility with earlier Sphinx versions."
1212
Original file line number Diff line number Diff line change 3535__author__ : str = "Dominic Davis-Foster"
3636__copyright__ : str = "2022 Dominic Davis-Foster"
3737__license__ : str = "MIT License"
38- __version__ : str = "0.1.1 "
38+ __version__ : str = "0.1.2 "
3939__email__ : str = "dominic@davis-foster.co.uk"
4040
4141F = TypeVar ('F' , bound = Callable [..., Any ])
You can’t perform that action at this time.
0 commit comments