From 099cfc111235862086580e711413a48092ae124f Mon Sep 17 00:00:00 2001 From: mathiasg Date: Mon, 4 Mar 2024 11:15:39 -0500 Subject: [PATCH] rel(24.0.0): update changes, bump circle images --- .circleci/config.yml | 6 +++--- CHANGES.rst | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d57ea35c..76745007 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ jobs: - image: cimg/python:3.9 auth: username: $DOCKER_USER - password: $DOCKER_PAT + password: $DOCKER_PAT working_directory: /tmp/tests environment: - OSF_MIRROR_PATH: /tmp/data/templateflow @@ -127,7 +127,7 @@ jobs: machine: # https://discuss.circleci.com/t/linux-machine-executor-images-2021-april-q2-update/39928 # upgrade Docker version - image: ubuntu-2004:202104-01 + image: default environment: - FSLOUTPUTTYPE: NIFTI - SUBJECTS_DIR: /tmp/subjects @@ -148,7 +148,7 @@ jobs: fi if ! [ -x "$(command -v conda)" ]; then - curl -sSLO https://repo.anaconda.com/miniconda/Miniconda3-py39_4.11.0-Linux-x86_64.sh + curl -sSLO https://repo.anaconda.com/miniconda/Miniconda3-py39_4.11.0-Linux-x86_64.sh bash Miniconda3-py39_4.11.0-Linux-x86_64.sh -b -p $HOME/.conda fi $HOME/.conda/bin/conda env update -f docs/environment.yml --prune diff --git a/CHANGES.rst b/CHANGES.rst index a35a48da..3b208485 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +24.0.0 (March 4, 2024) +====================== +Minor release to update skeleton to include recently added templates. + +* CI: Add manual trigger, bump action versions (#113) + 23.1.0 (October 12, 2023) ========================= Minor release including support for Python 3.12.