Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 519 Bytes

HACKING.rst

File metadata and controls

26 lines (13 loc) · 519 Bytes

Coding style

PEP-8 and NumPy Style docstrings.

How to release new version

  • Update version number in setup.py and debian/changelog.

  • Run make sdist.

  • Commit changes with message "New qvarn-mr release (0.1.2)".

  • Add git tag:

    git tag -a 0.1.2 -m "New qvarn-mr release (0.1.2)"
    
  • Push canges and the tag:

    git push --tags