Prepare 2.0.3 release

This commit is contained in:
squidfunk 2017-11-05 16:12:44 +01:00 committed by Martin Donath
parent 678a8f730c
commit f602de8e10
4 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,9 @@
mkdocs-material-2.0.3 (2017-11-05)
* Added Japanese translations
* Fixed #540: Jumping to anchor inside details doesn't open it
* Fixed active link colors in footer
mkdocs-material-2.0.2 (2017-11-01)
* Added Russian translations

View File

@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
# Version 2.0.2
# Version 2.0.3
```
### Material 1.x to 2.x
@ -38,6 +38,14 @@ pip show mkdocs-material | grep -E ^Version
## Changelog
### 2.0.3 <small>_ November 5, 2017</small>
* Added Japanese translations
* Fixed [#540][540]: Jumping to anchor inside `details` doesn't open it
* Fixed active link colors in footer
[540]: https://github.com/squidfunk/mkdocs-material/issues/540
### 2.0.2 <small>_ November 1, 2017</small>
* Added Russian translations

View File

@ -34,7 +34,7 @@
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
{% endfor %}
<link rel="shortcut icon" href="{{ base_url }}/{{ config.theme.favicon }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.0.2">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.0.3">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}

View File

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