Prepare 1.4.1 release

This commit is contained in:
squidfunk 2017-03-16 17:47:24 +01:00 committed by Martin Donath
parent c293fcfb42
commit 0f932c0520
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,7 @@
mkdocs-material-1.4.1 (2017-16-03)
* Fixed invalid destructuring attempt on NodeList (in Safari, Edge, IE)
mkdocs-material-1.4.0 (2017-16-03) mkdocs-material-1.4.0 (2017-16-03)
* Added support for grouping searched sections by documents * Added support for grouping searched sections by documents

View File

@ -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.4.0 # Version 1.4.1
``` ```
## Changelog ## Changelog
### 1.4.1 <small> _ March 16, 2017</small>
* Fixed invalid destructuring attempt on NodeList (in Safari, Edge, IE)
### 1.4.0 <small> _ March 16, 2017</small> ### 1.4.0 <small> _ March 16, 2017</small>
* Added support for grouping searched sections by documents * Added support for grouping searched sections by documents

View File

@ -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.4.0"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.4.1">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page and page.meta.title %} {% if page and page.meta.title %}

View File

@ -1,6 +1,6 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "1.4.0", "version": "1.4.1",
"description": "A Material Design theme for MkDocs", "description": "A Material Design theme for MkDocs",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",