From b30ea2dd3d463601865bfb08694dbbba540ac93e Mon Sep 17 00:00:00 2001 From: Patricia Grubel Date: Wed, 23 Aug 2023 14:18:30 -0600 Subject: [PATCH] Update RELEASE.rst --- RELEASE.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE.rst b/RELEASE.rst index 818ec2f31..d530a37c6 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -26,3 +26,6 @@ Also upgrade the pip version in your python or anaconda environment and check th **WARNING**: Once a version is pushed to PyPI, it cannot be undone. You can 'delete' the version from the package settings, but you can no longer publish an update to that same version. + +8. After the version is published change the version in develop to a pre-release of the next version + (example new version will be 0.1.x edit pyproject.toml version to be 0.1.xrc1