https://gitlab.com/AmosEgel/smuthi
Raw File
Tip revision: eeae2ae2d49163949e987206535ac2a7b3885ee4 authored by Dominik Theobald on 30 July 2019, 14:36:53 UTC
deleted Konstantins private scripts
Tip revision: eeae2ae
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