-
Bump version number in
c/Makefile
,r/DESCRIPTION
andpython/pyproject.toml
- c/Makefile: Remove
$(REVISION)
and set to${PACKAGEVERSION}
. - r/DESCRIPTION: Remove .900 and set to
${PACKAGEVERSION}
. - python/pyproject.toml: Remove
.dev[0-9]
.
- c/Makefile: Remove
-
git ci -a -m "Prepare to release v${PACKAGEVERSION}"
-
Submit to CRAN.
-
Once accepted,
make closeversion
-
Update dates and version number in
python/doc/source/whatsnew/index.rst
-
Publish a release in github to automatically submit to PyPi.
-
Bump version number ${PACKAGEVERSION} in
Makefile
and update:- c/Makefile: Append
$(REVISION)
- r/DESCRIPTION: Append .900.
- python/pyproject.toml: set to
${PACKAGEVERSION}.dev0
.
- c/Makefile: Append
-
git ci -a -m "Start development version"