Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 927 Bytes

CONTRIBUTING.rst

File metadata and controls

29 lines (20 loc) · 927 Bytes

How to contribute

Development of nbstripout happens on GitHub - bug reports and pull requests welcome!

Releasing a new version

To simplify updating the version number consistently across different files and creating the appropriate annotated tag, we use bumpversion. For a new patch release, run

bumpversion patch

and for a minor release

bumpversion minor

Note: bumpversion does not (as of 0.5.3) support creating annotated tags. We therefore use a fork which you can install with

pip install git+https://github.com/ekohl/bumpversion@annotated-tags