Revision 182e7bea3d4563e07cfc1b78d0c04885cfd88fbc authored by Giacomo Mazzamuto on 12 November 2019, 18:39:56 UTC, committed by Giacomo Mazzamuto on 12 November 2019, 18:39:56 UTC
when loading yaml
1 parent a7829b4
Raw File
release_checklist.rst
releasing a SMUTHI version
===========================

- run nosetests
- update version number and dependencies in setup.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