Skip to content
Snippets Groups Projects
Commit f4fd1c3c authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Prepare 1.7.3 release

parent 876b7146
Branches
Tags 1.7.3
No related merge requests found
mkdocs-material-1.7.3 (2017-06-07)
* Fixed error when setting language to Japanese for site search
mkdocs-material-1.7.2 (2017-06-06) mkdocs-material-1.7.2 (2017-06-06)
* Fixed offset of search box when repo_url is not set * Fixed offset of search box when repo_url is not set
......
...@@ -12,11 +12,15 @@ To determine the currently installed version, use the following command: ...@@ -12,11 +12,15 @@ To determine the currently installed version, use the following command:
``` sh ``` sh
pip show mkdocs-material | grep -E ^Version pip show mkdocs-material | grep -E ^Version
# Version 1.7.2 # Version 1.7.3
``` ```
## Changelog ## Changelog
### 1.7.3 <small> _ June 7, 2017</small>
* Fixed error when setting language to Japanese for site search
### 1.7.2 <small> _ June 6, 2017</small> ### 1.7.2 <small> _ June 6, 2017</small>
* Fixed offset of search box when `repo_url` is not set * Fixed offset of search box when `repo_url` is not set
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
{% else %} {% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png"> <link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
{% endif %} {% endif %}
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.7.2"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.7.3">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page and page.meta.title %} {% if page and page.meta.title %}
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "1.7.2", "version": "1.7.3",
"description": "A Material Design theme for MkDocs", "description": "A Material Design theme for MkDocs",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment