Skip to content

Commit 921e522

Browse files
committed
Prepare 9.5.40 release
1 parent 829d1c8 commit 921e522

File tree

6 files changed

+119
-109
lines changed

6 files changed

+119
-109
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
mkdocs-material-9.5.40 (2024-10-10)
2+
3+
* Updated Latvian translations
4+
* Fixed #7597: Social cards not using site name on home page
5+
16
mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)
27

38
* Fixed #7567: Empty headlines when using typeset plugin with anchorlinks

docs/changelog/index.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Material for MkDocs
44

5+
### 9.5.40 <small>October 10, 2024</small> { id="9.5.40" }
6+
7+
- Updated Latvian translations
8+
- Fixed #7597: Social cards not using site name on home page
9+
510
### 9.5.39 <small>September 29, 2024</small> { id="9.5.39" }
611

712
- Fixed #7226: not staying on page when using mike's canonical versioning

material/__init__.py

+1-1
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.5.39"
21+
__version__ = "9.5.40"

material/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
3333
{% endif %}
3434
<link rel="icon" href="{{ config.theme.favicon | url }}">
35-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.39">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.40">
3636
{% endblock %}
3737
{% block htmltitle %}
3838
{% if page.meta and page.meta.title %}

0 commit comments

Comments
 (0)