From 5ef40b5e3d7cd4a9236da346ada81d403bedb902 Mon Sep 17 00:00:00 2001
From: squidfunk <martin.donath@squidfunk.com>
Date: Fri, 7 Apr 2017 10:01:25 +0200
Subject: [PATCH] Prepare 1.5.3 release

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

diff --git a/CHANGELOG b/CHANGELOG
index da2fa89c..900539db 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
-mkdocs-material-1.x.x (2017-xx-xx)
+mkdocs-material-1.5.3 (2017-04-07)
 
   * Fixed deprecated calls for template variables
+  * Fixed wrong palette color for focused search result
+  * Fixed JavaScript errors on 404 page
+  * Fixed missing top spacing on 404 page
+  * Fixed missing right spacing on overflow of source container
 
 mkdocs-material-1.5.2 (2017-04-05)
 
diff --git a/docs/release-notes.md b/docs/release-notes.md
index a70c6f15..b5af7b76 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,11 +12,19 @@ To determine the currently installed version, use the following command:
 
 ``` sh
 pip show mkdocs-material | grep -E ^Version
-# Version 1.5.2
+# Version 1.5.3
 ```
 
 ## Changelog
 
+### 1.5.3 <small> _ April 7, 2017</small>
+
+* Fixed deprecated calls for template variables
+* Fixed wrong palette color for focused search result
+* Fixed JavaScript errors on 404 page
+* Fixed missing top spacing on 404 page
+* Fixed missing right spacing on overflow of source container
+
 ### 1.5.2 <small> _ April 5, 2017</small>
 
 * Added requirements as explicit dependencies in `setup.py`
diff --git a/material/base.html b/material/base.html
index adc8ea4f..c7665562 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.5.2">
+      <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.5.3">
     {% endblock %}
     {% block htmltitle %}
       {% if page and page.meta.title %}
diff --git a/package.json b/package.json
index dca9e756..a2507cc1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mkdocs-material",
-  "version": "1.5.2",
+  "version": "1.5.3",
   "description": "A Material Design theme for MkDocs",
   "keywords": [
     "mkdocs",
-- 
GitLab