From d9e1f63c7af5beefc34ca536783859bb2efb9ce2 Mon Sep 17 00:00:00 2001 From: Kevin Condon Date: Thu, 9 Dec 2021 09:55:03 -0500 Subject: [PATCH 1/3] Update pom.xml Update to v5.9 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dfaf8278897..bf484ad041d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ --> edu.harvard.iq dataverse - 5.8 + 5.9 war dataverse From b4a201a7a811e66b8238745200affa0baff59822 Mon Sep 17 00:00:00 2001 From: Kevin Condon Date: Thu, 9 Dec 2021 09:59:24 -0500 Subject: [PATCH 2/3] Update versions.rst Update to v5.9 --- doc/sphinx-guides/source/versions.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/versions.rst b/doc/sphinx-guides/source/versions.rst index 89e78844830..6b66a1f2663 100755 --- a/doc/sphinx-guides/source/versions.rst +++ b/doc/sphinx-guides/source/versions.rst @@ -6,8 +6,9 @@ Dataverse Software Documentation Versions This list provides a way to refer to the documentation for previous versions of the Dataverse Software. In order to learn more about the updates delivered from one version to another, visit the `Releases `__ page in our GitHub repo. -- 5.8 +- 5.9 +- `5.8 `__ - `5.7 `__ - `5.6 `__ - `5.5 `__ From b0e61c938e0490970eab0795a935f1a1c36bd2e7 Mon Sep 17 00:00:00 2001 From: Kevin Condon Date: Thu, 9 Dec 2021 10:00:00 -0500 Subject: [PATCH 3/3] Update conf.py Update to v5.9 --- doc/sphinx-guides/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx-guides/source/conf.py b/doc/sphinx-guides/source/conf.py index 244b10e18e6..42988690329 100755 --- a/doc/sphinx-guides/source/conf.py +++ b/doc/sphinx-guides/source/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = '5.8' +version = '5.9' # The full version, including alpha/beta/rc tags. -release = '5.8' +release = '5.9' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.