https://gitlab.com/AmosEgel/smuthi
Raw File
Tip revision: 4e202942c18527ca8e3bf2cdde42ca353903d1b1 authored by Lorenzo Pattelli on 23 May 2020, 22:59:55 UTC
Merge branch 'lorenzo-contrib' into 'master'
Tip revision: 4e20294
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