From 21883800213e118979834f98a7cba1244f24ef28 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Mon, 12 Apr 2021 01:17:19 +0100 Subject: [PATCH 1/2] update dev version Signed-off-by: Wenqi Li --- .github/workflows/weekly-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly-preview.yml b/.github/workflows/weekly-preview.yml index bb68a0801d..df5f52f57a 100644 --- a/.github/workflows/weekly-preview.yml +++ b/.github/workflows/weekly-preview.yml @@ -32,7 +32,7 @@ jobs: export YEAR_WEEK=$(date +'%y%U') echo "Year week for tag is ${YEAR_WEEK}" if ! [[ $YEAR_WEEK =~ ^[0-9]{4}$ ]] ; then echo "Wrong 'year week' format. Should be 4 digits."; exit 1 ; fi - git tag "0.5.dev${YEAR_WEEK}" + git tag "0.6.dev${YEAR_WEEK}" git log -1 git tag --list python setup.py sdist bdist_wheel From f37a25337fd2a0b4efbe84eb2d0090220c180ca7 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Mon, 12 Apr 2021 01:17:53 +0100 Subject: [PATCH 2/2] typo fix Signed-off-by: Wenqi Li --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1c785aa6..2a6882d08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,7 +61,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Workflows now accept additional custom events and state properties * Various type hints according to Numpy 1.20 * Refactored testing utility `runtests.sh` to have `--unittest` and `--net` (integration tests) options -* Base Docker image upgraded to `nvcr.io/nvidia/pytorch:21.03-py3` from `nvcr.io/nvidia/pytorch:20.10-py3` +* Base Docker image upgraded to `nvcr.io/nvidia/pytorch:21.02-py3` from `nvcr.io/nvidia/pytorch:20.10-py3` * Docker images are now built with self-hosted environments * Primary contact email updated to `monai.contact@gmail.com` * Now using GitHub Discussions as the primary communication forum