Revision 4bd61283f0a7af8001471500ba56ff16c90d729e authored by Lorenzo Pattelli on 13 May 2020, 23:20:52 UTC, committed by Lorenzo Pattelli on 13 May 2020, 23:20:52 UTC
1 parent e340bf4
Raw File
release_checklist.rst
releasing a SMUTHI version
===========================

- run nosetests
- update version number and dependencies in version.py
- update README.rst
- update version number in docs/
- update docs/input_files.rst
- update docs/about_smuthi.rst
- build source distribution by running the command 'python setup.py sdist' (in the command window)
- upload to PyPi by running the command 'twine upload dist/*' (in the command window)
- push everything to the online repository
- update documentation by building from readthedocs.org

back to top