Skip to content

Commit da5d442

Browse files
committed
Prepare 9.7.3 release
1 parent 03e8bae commit da5d442

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
mkdocs-material-9.7.3 (2026-02-24)
2+
3+
* Fixed #8567: Print MkDocs 2.0 incompatibilty warning to stderr
4+
15
mkdocs-material-9.7.2 (2026-02-18)
26

37
* Opened up version ranges of optional dependencies for forward-compatibility

docs/changelog/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Material for MkDocs
44

5+
### 9.7.3 <small>February 24, 2026</small> { id="9.7.3" }
6+
7+
- Fixed #8567: Print MkDocs 2.0 incompatibilty warning to stderr
8+
59
### 9.7.2 <small>February 18, 2026</small> { id="9.7.2" }
610

711
- Opened up version ranges of optional dependencies for forward-compatibility

material/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919
# IN THE SOFTWARE.
2020

21-
__version__ = "9.7.2"
21+
__version__ = "9.7.3"

material/overrides/assets/javascripts/iconsearch_index.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

material/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
3838
{% endif %}
3939
<link rel="icon" href="{{ config.theme.favicon | url }}">
40-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.7.2">
40+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.7.3">
4141
{% endblock %}
4242
{% block htmltitle %}
4343
{% if page.meta and page.meta.title %}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "9.7.2",
3+
"version": "9.7.3",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)