From 7f37798408d386a4d459aee8b6009defe924b66b Mon Sep 17 00:00:00 2001
From: squidfunk <martin.donath@squidfunk.com>
Date: Sun, 26 Feb 2017 17:15:33 +0100
Subject: [PATCH] Prepare 1.1.1 release

---
 CHANGELOG             | 4 ++++
 docs/release-notes.md | 6 +++++-
 material/base.html    | 2 +-
 package.json          | 2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 5416c545..4098cb2e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+mkdocs-material-1.1.1 (2017-02-26)
+
+  * Fixed incorrectly displayed nested lists when using tabs
+
 mkdocs-material-1.1.0 (2017-02-26)
 
   * Added tabs navigation feature (optional)
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 0e8e8a43..12de2cd8 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,11 +12,15 @@ To determine the currently installed version, use the following command:
 
 ``` sh
 pip show mkdocs-material | grep -E ^Version
-# Version 1.1.0
+# Version 1.1.1
 ```
 
 ## Changelog
 
+### 1.1.1 <small> _ February 26, 2017</small>
+
+* Fixed incorrectly displayed nested lists when using tabs
+
 ### 1.1.0 <small> _ February 26, 2017</small>
 
 * Added tabs navigation feature (optional)
diff --git a/material/base.html b/material/base.html
index 9ad2fba4..71f28767 100644
--- a/material/base.html
+++ b/material/base.html
@@ -19,7 +19,7 @@
       {% else %}
         <link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
       {% endif %}
-      <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.1.0">
+      <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.1.1">
     {% endblock %}
     {% block htmltitle %}
       {% if page.title and not page.is_homepage %}
diff --git a/package.json b/package.json
index 79f35daa..d6c228d7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mkdocs-material",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "A Material Design theme for MkDocs",
   "keywords": [
     "mkdocs",
-- 
GitLab