Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 833 Bytes

CONTRIBUTING.rst

File metadata and controls

28 lines (19 loc) · 833 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 bump2version. For a new patch release, run

bump2version patch

and for a minor release

bump2version minor

Remember to also push the release tag with git push --tags.

Use twine to upload the new release to PyPI.