From e2c8346e31a5a72d9def489265ba46f494463e4f Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Wed, 11 Apr 2018 13:30:30 +0100 Subject: [PATCH] RELEASE - update docs for 3.1 --- docs/source/_static/versions | 2 +- docs/source/conf.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/_static/versions b/docs/source/_static/versions index abeff3b667..64ac3f6c89 100644 --- a/docs/source/_static/versions +++ b/docs/source/_static/versions @@ -10,6 +10,6 @@ "https://docs.corda.net/releases/release-M14.0": "M14.0", "https://docs.corda.net/releases/release-V1.0": "V1.0", "https://docs.corda.net/releases/release-V2.0": "V2.0", - "https://docs.corda.net/releases/release-V3.0": "V3.0", + "https://docs.corda.net/releases/release-V3.1": "V3.1", "https://docs.corda.net/head/": "Master" } diff --git a/docs/source/conf.py b/docs/source/conf.py index 133f83c6bd..4c5ff619a6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,11 +60,11 @@ author = u'R3 DLG' # built documents. # # The short X.Y version. -version = 'V3.0' +version = 'V3.1' # The full version, including alpha/beta/rc tags. -release = 'V3.0' +release = 'V3.1' # The version for use in the dropdown html. -html_context = {'version': 'V3.0'} +html_context = {'version': 'V3.1'} # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.