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

Prepare 1.6.3 release

parent e473a1fe
Branches
Tags 1.6.3
No related merge requests found
mkdocs-material-1.6.3 (2017-05-16)
* Fixed #329: Broken source stats for private or unknown GitHub repos
mkdocs-material-1.6.2 (2017-05-15) mkdocs-material-1.6.2 (2017-05-15)
* Fixed #316: Fatal error for git clone on Windows * Fixed #316: Fatal error for git clone on Windows
......
...@@ -12,11 +12,19 @@ To determine the currently installed version, use the following command: ...@@ -12,11 +12,19 @@ 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.6.2 # Version 1.6.3
``` ```
## Changelog ## Changelog
### 1.6.3 <small> _ May 16, 2017</small>
* Fixed [#329][329]: Broken source stats for private or unknown GitHub repos
[329]: https://github.com/squidfunk/mkdocs-material/issues/329
### 1.6.2 <small> _ May 15, 2017</small>
* Fixed [#316][316]: Fatal error for git clone on Windows * Fixed [#316][316]: Fatal error for git clone on Windows
* Fixed [#320][320]: Chrome 58 creates double underline for `abbr` tags * Fixed [#320][320]: Chrome 58 creates double underline for `abbr` tags
* Fixed [#323][323]: Ligatures rendered inside code blocks * Fixed [#323][323]: Ligatures rendered inside code blocks
......
...@@ -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.6.2"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.6.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.6.2", "version": "1.6.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