Updates after 1.6.0
diff --git a/docs/themes/mynewt/main-banner.html b/docs/themes/mynewt/main-banner.html
index 1761e1a..8d3bbb4 100644
--- a/docs/themes/mynewt/main-banner.html
+++ b/docs/themes/mynewt/main-banner.html
@@ -8,7 +8,7 @@
         </div>
         <div class="news-cell">
             <div class="well">
-              <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.5.0 </a> released (Nov 5, 2018)
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.6.0, Apache NimBLE 1.1.0 </a> released (April 9, 2019)
             </div>
         </div>
     </div>
diff --git a/docs/themes/mynewt/versions.html b/docs/themes/mynewt/versions.html
index 4890fb7..540ff2b 100644
--- a/docs/themes/mynewt/versions.html
+++ b/docs/themes/mynewt/versions.html
@@ -3,6 +3,9 @@
   <option value="/latest" selected>
     Version: latest
   </option>
+  <option value="/v1_5_0">
+    Version: 1.5.0
+  </option>
   <option value="/v1_4_0">
     Version: 1.4.0
   </option>
@@ -19,6 +22,6 @@
     Version: 1.0.0
   </option>
   <option value="/v0_9_0/os/introduction">
-    Version: 0_9_0
+    Version: 0.9.0
   </option>
-</select>
\ No newline at end of file
+</select>
diff --git a/versions/v1_4_0/mynewt-documentation/docs/themes/mynewt/main-banner.html b/versions/v1_4_0/mynewt-documentation/docs/themes/mynewt/main-banner.html
index 1761e1a..8d3bbb4 100644
--- a/versions/v1_4_0/mynewt-documentation/docs/themes/mynewt/main-banner.html
+++ b/versions/v1_4_0/mynewt-documentation/docs/themes/mynewt/main-banner.html
@@ -8,7 +8,7 @@
         </div>
         <div class="news-cell">
             <div class="well">
-              <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.5.0 </a> released (Nov 5, 2018)
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.6.0, Apache NimBLE 1.1.0 </a> released (April 9, 2019)
             </div>
         </div>
     </div>
diff --git a/versions/v1_4_0/mynewt-documentation/docs/themes/mynewt/versions.html b/versions/v1_4_0/mynewt-documentation/docs/themes/mynewt/versions.html
index 9475c0b..3c7b5dc 100644
--- a/versions/v1_4_0/mynewt-documentation/docs/themes/mynewt/versions.html
+++ b/versions/v1_4_0/mynewt-documentation/docs/themes/mynewt/versions.html
@@ -3,6 +3,9 @@
   <option value="/latest">
     Version: latest
   </option>
+  <option value="/v1_5_0">
+    Version: 1.5.0
+  </option>
   <option value="/v1_4_0" selected>
     Version: 1.4.0
   </option>
@@ -19,6 +22,6 @@
     Version: 1.0.0
   </option>
   <option value="/v0_9_0/os/introduction">
-    Version: 0_9_0
+    Version: 0.9.0
   </option>
-</select>
\ No newline at end of file
+</select>
diff --git a/versions/v1_5_0/mynewt-documentation/docs/conf.py b/versions/v1_5_0/mynewt-documentation/docs/conf.py
index fc8aed0..7978abc 100644
--- a/versions/v1_5_0/mynewt-documentation/docs/conf.py
+++ b/versions/v1_5_0/mynewt-documentation/docs/conf.py
@@ -63,9 +63,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = u'latest'
+version = u'1.5'
 # The full version, including alpha/beta/rc tags.
-release = u'latest'
+release = u'1.5.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/versions/v1_5_0/mynewt-documentation/docs/themes/mynewt/layout.html b/versions/v1_5_0/mynewt-documentation/docs/themes/mynewt/layout.html
index bbcb416..59373a0 100644
--- a/versions/v1_5_0/mynewt-documentation/docs/themes/mynewt/layout.html
+++ b/versions/v1_5_0/mynewt-documentation/docs/themes/mynewt/layout.html
@@ -115,6 +115,13 @@
             {% include "sidebar.html" %}
 
             <div class="col-xs-12 col-sm-9">
+              <div class="alert alert-warning">
+                <p>
+                  Version 1.5.0 is not the most recent version of the Apache Mynewt
+                  documentation. Click <a href="/latest">here</a> to read the latest
+                  version.
+                </p>
+              </div>
               {# PAGE CONTENT #}
               <div class="">
                 <div class="rst-content">