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

Prepare 2.0.3 release

parent 678a8f73
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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
......
......@@ -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 %}
......
{
"name": "mkdocs-material",
"version": "2.0.2",
"version": "2.0.3",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment