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 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