diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ebbb4a14792901da84824e7c12480a8cb3ee9cec..08de9ace7551aa6eecdd21c32cdfd215ffe3d37d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,14 +2,14 @@ This document contains the ``fslpy`` release history in reverse chronological
 order.
 
 
-
-3.6.0 (Under development)
--------------------------
+3.6.0 (Monday 19th April 2021)
+------------------------------
 
 
 Changed
 ^^^^^^^
 
+
 * The ``fslpy`` API ocumentation is now hosted at
   https://open.win.ox.ac.uk/fsl/fslpy (!290).
 * The :mod:`fsl` and :mod:`fsl.scripts` packages have been changed from being
@@ -27,6 +27,7 @@ Changed
 * Some functions in the :mod:`.path` module can now be used with
   ``pathlib.Path`` objects (!293).
 
+
 Deprecated
 ^^^^^^^^^^
 
diff --git a/fsl/version.py b/fsl/version.py
index d094aa68f0e67876293c40f359127f5ea32c5995..ca8bdbc31a907847967a09a4498143f6caaeb049 100644
--- a/fsl/version.py
+++ b/fsl/version.py
@@ -47,7 +47,7 @@ import            re
 import            string
 
 
-__version__ = '3.6.0.dev0'
+__version__ = '3.7.0.dev0'
 """Current version number, as a string. """