From 47730445b7b3adcfc97cde222a23ca9dd6bd2dd8 Mon Sep 17 00:00:00 2001
From: Joel Nothman <joel.nothman@gmail.com>
Date: Thu, 29 Sep 2016 14:53:01 +1000
Subject: [PATCH] DOC release date in what's new (#7518)

---
 doc/developers/maintainer.rst | 2 ++
 doc/whats_new.rst             | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/doc/developers/maintainer.rst b/doc/developers/maintainer.rst
index 35d874e8f1..922293fb96 100644
--- a/doc/developers/maintainer.rst
+++ b/doc/developers/maintainer.rst
@@ -48,3 +48,5 @@ Making a release
     $ python setup.py bdist_wininst upload
 
    And upload them also to sourceforge
+
+7. FOR FINAL RELEASE: Update the release date in What's New
diff --git a/doc/whats_new.rst b/doc/whats_new.rst
index 327ff9d286..fec3a942a8 100644
--- a/doc/whats_new.rst
+++ b/doc/whats_new.rst
@@ -36,6 +36,8 @@ Bug fixes
 Version 0.18
 ============
 
+**September 28, 2016**
+
 .. _model_selection_changes:
 
 Model Selection Enhancements and API Changes
-- 
GitLab