From 9bb8ecc6b070f908bff58a99b22e36843ff3071f Mon Sep 17 00:00:00 2001 From: squidfunk <martin.donath@squidfunk.com> Date: Wed, 24 May 2017 16:22:58 +0200 Subject: [PATCH] Prepare 1.6.4 release --- CHANGELOG | 4 ++++ docs/release-notes.md | 8 +++++++- material/base.html | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6c46b5ec..5e04cf5f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +mkdocs-material-1.6.4 (2017-05-24) + + * Fixed #337: JavaScript error for GitHub organization URLs + mkdocs-material-1.6.3 (2017-05-16) * Fixed #329: Broken source stats for private or unknown GitHub repos diff --git a/docs/release-notes.md b/docs/release-notes.md index b5a6e56f..c03feafb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,11 +12,17 @@ To determine the currently installed version, use the following command: ``` sh pip show mkdocs-material | grep -E ^Version -# Version 1.6.3 +# Version 1.6.4 ``` ## Changelog +### 1.6.4 <small> _ May 24, 2017</small> + +* Fixed [#337][337]: JavaScript error for GitHub organization URLs + + [337]: https://github.com/squidfunk/mkdocs-material/issues/337 + ### 1.6.3 <small> _ May 16, 2017</small> * Fixed [#329][329]: Broken source stats for private or unknown GitHub repos diff --git a/material/base.html b/material/base.html index c5963713..76f30aca 100644 --- a/material/base.html +++ b/material/base.html @@ -23,7 +23,7 @@ {% else %} <link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png"> {% endif %} - <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.6.3"> + <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.6.4"> {% endblock %} {% block htmltitle %} {% if page and page.meta.title %} diff --git a/package.json b/package.json index f8ebcd11..55c4c8d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "1.6.3", + "version": "1.6.4", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs", -- GitLab