From b86d6d0f93ee4484752359db636e55fd26e65a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Terrier?= Date: Wed, 6 Dec 2023 15:09:36 +0100 Subject: [PATCH] update index.json for v1.0.2 release. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: RĂ©gis Terrier --- download/index.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/download/index.json b/download/index.json index 000bdcc..2f00d87 100644 --- a/download/index.json +++ b/download/index.json @@ -14,7 +14,12 @@ "datasets": "https://github.com/gammapy/gammapy-data/tarball/master", "conda-environment": "https://gammapy.org/download/install/gammapy-1.1rc1-environment.yml" }, - "1.0.1": { + "1.0.2": { + "notebooks": "https://docs.gammapy.org/1.0.2/_downloads/a5659940aa3f8f568547d47752a43172/tutorials_jupyter.zip", + "datasets": "https://github.com/gammapy/gammapy-data/tarball/v1.0", + "conda-environment": "https://gammapy.org/download/install/gammapy-1.0.2-environment.yml" + }, + "1.0.1": { "notebooks": "https://docs.gammapy.org/1.0.1/_downloads/a5659940aa3f8f568547d47752a43172/tutorials_jupyter.zip", "datasets": "https://github.com/gammapy/gammapy-data/tarball/v1.0", "conda-environment": "https://gammapy.org/download/install/gammapy-1.0.1-environment.yml"