From b9c9a0f796b158f2b9abdfb154079e3d9e5cd490 Mon Sep 17 00:00:00 2001 From: Kevin Condon Date: Thu, 3 Oct 2019 15:48:35 -0400 Subject: [PATCH 1/3] Update pom.xml Update to version 4.17 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d2cc860c42d..c26bc7850d2 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ --> edu.harvard.iq dataverse - 4.16 + 4.17 war dataverse From e1c95893da66283bbb5cde14ac669f2832353cc7 Mon Sep 17 00:00:00 2001 From: Kevin Condon Date: Thu, 3 Oct 2019 15:50:39 -0400 Subject: [PATCH 2/3] Update versions.rst Update version to 4.17 --- 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 2c4b1645408..4937659fbed 100755 --- a/doc/sphinx-guides/source/versions.rst +++ b/doc/sphinx-guides/source/versions.rst @@ -6,8 +6,9 @@ Dataverse Documentation Versions This list provides a way to refer to the documentation for previous versions of Dataverse. In order to learn more about the updates delivered from one version to another, visit the `Releases `__ page in our GitHub repo. -- 4.16 +- 4.17 +- `4.16 `__ - `4.15.1 `__ - `4.15 `__ - `4.14 `__ From 5d66ecff8ed52d81feb8197333f856183ffafa9a Mon Sep 17 00:00:00 2001 From: Kevin Condon Date: Thu, 3 Oct 2019 15:51:47 -0400 Subject: [PATCH 3/3] Update conf.py Update version to 4.17 --- 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 ca279899c73..b73d1fdc4ac 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 = '4.16' +version = '4.17' # The full version, including alpha/beta/rc tags. -release = '4.16' +release = '4.17' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.