From 19a29ae4365167e4c1ee27165a2490e5a3c1b05a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 15 Dec 2023 18:19:34 +0000
Subject: [PATCH] Bump version to 2.2.2-pre.3
---
autobidsportal/templates/index.html | 13 ++++++++-----
pyproject.toml | 2 +-
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/autobidsportal/templates/index.html b/autobidsportal/templates/index.html
index cfd8cfa..ab4cc5e 100644
--- a/autobidsportal/templates/index.html
+++ b/autobidsportal/templates/index.html
@@ -18,7 +18,7 @@
Welcome to Autobids!
format.
- To create request CFMM autobids conversion:
+ To request CFMM autobids conversion:
-
Request a new study from the
@@ -28,13 +28,16 @@
Welcome to Autobids!
-
Have the PI (or study manager) add "bidsdump" as an authorized user
- for the study on the CFMM DICOM study. A step-by-step guide can be found
+ for the study on the CFMM DICOM server. A step-by-step guide can be found
here.
+ target="_blank"
+ rel="noopener">here.
-
- Sign up for a Globus account and download
- Globus Connect Personal.
+ Sign up for a Globus account and download
+ Globus Connect Personal.
An admin will review the new study, enable it, and grant
diff --git a/pyproject.toml b/pyproject.toml
index 2829550..521e225 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "autobidsportal"
-version = "2.2.2-pre.2"
+version = "2.2.2-pre.3"
description = ""
authors = ["Tristan Kuehn "]
maintainers = ["Jason Kai "]