Skip to content

Commit 257d03b

Browse files
RobPasMueRevathyvenugopal162
authored andcommitted
release: bump version 0.16.2
1 parent 3cbed60 commit 257d03b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

doc/changelog.d/380.miscellaneous.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs: update changelog_template.jinja

doc/changelog.d/changelog_template.jinja

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{% if sections[""] %}
22
{% for category, val in definitions.items() if category in sections[""] %}
33

4-
### {{ definitions[category]['name'] }}
4+
{{ definitions[category]['name'] }}
5+
{% set underline = '^' * definitions[category]['name']|length %}
6+
{{ underline }}
57

68
{% for text, values in sections[""][category].items() %}
79
- {{ text }} {{ values|join(', ') }}
@@ -12,4 +14,4 @@
1214
No significant changes.
1315

1416

15-
{% endif %}
17+
{% endif %}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "ansys-sphinx-theme"
8-
version = "0.16.1"
8+
version = "0.16.2"
99
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
1010
readme = "README.rst"
1111
requires-python = ">=3.9,<4"

0 commit comments

Comments
 (0)