diff --git a/buildconfig/CMake/VersionNumber.cmake b/buildconfig/CMake/VersionNumber.cmake
index e8075e9ffdd7ef12c132fbe5e1beb8dd4999749d..b1644ad3dcc209afe78ac6ec794a81965ec28329 100644
--- a/buildconfig/CMake/VersionNumber.cmake
+++ b/buildconfig/CMake/VersionNumber.cmake
@@ -1,7 +1,7 @@
 # Set the version number here for MantidVersion and the package filenames
 
 set ( VERSION_MAJOR 3 )
-set ( VERSION_MINOR 9 )
+set ( VERSION_MINOR 10 )
 
 # UNCOMMENT the next 'set' line to 'force' the patch version number to
 # a value (instead of using the count coming out of 'git describe')
diff --git a/docs/source/api/python/index.rst b/docs/source/api/python/index.rst
index c65db0cf43c895db369382c2e7dda74a85424b11..fbd05f9122a474968ae7bc86fc1282989e8f08ce 100644
--- a/docs/source/api/python/index.rst
+++ b/docs/source/api/python/index.rst
@@ -6,22 +6,11 @@
 
 The following pages document the Python bindings to the Mantid C++ libraries.
 
-If you are new to Python in Mantid then we advise first looking at our `Mantid training courses <http://www.mantidproject.org/Main_Page>`_.
+If you are new to Python in Mantid then we advise first looking at our `Mantid training courses <http://www.mantidproject.org/Documentation>`_.
 
-Reference
----------
-.. toctree::
-   :maxdepth: 1
-
-   mantid <mantid/index>
-   mantidplot <mantidplot/index>
+For tutorials on how to use python in MantidPlot please see `MantidPlot: Python Scripting <https://www.mantidproject.org/MantidPlot:_Python_Scripting>`_.
 
 
-.. toctree::
-   :hidden:
-
-   changes <changes>
-
 Matplotlib-like plotting interface
 ----------------------------------
 
@@ -38,3 +27,17 @@ Techniques
    :maxdepth: 1
 
    techniques/*
+
+Reference
+---------
+.. toctree::
+   :maxdepth: 1
+
+   mantid <mantid/index>
+   mantidplot <mantidplot/index>
+
+
+.. toctree::
+   :hidden:
+
+   changes <changes>
diff --git a/docs/source/release/v3.10.0/index.rst b/docs/source/release/v3.10.0/index.rst
index 10dfb7a06225bf94681642b297783639fbbea9ca..3151f9f2fc558f0356d32e93518bde838d54dbdb 100644
--- a/docs/source/release/v3.10.0/index.rst
+++ b/docs/source/release/v3.10.0/index.rst
@@ -12,11 +12,9 @@ Mantid 3.10.0 Release Notes
 .. contents:: Table of Contents
    :local:
 
-.. warning:: This release is still under construction. The changes can be found in the nightly builds on the `download page`_.
+We are proud to announce version 3.10.0 of Mantid. This release includes some new plotting functionality within MantidPlot to aid in the creation of advanced plot types, such as the one shown in the image. There have also been some significant performance enhancements for various algorithms with the framework.
 
-**TODO: Add paragraph summarizing big changes**
-
-This is just one of many improvements in this release, so please take a
+These are just some of many improvements in this release, so please take a
 look at the release notes, which are filled with details of the
 important changes and improvements in many areas. The development team
 has put a great effort into making all of these improvements within