If you have an bug or issue, please create an issue using the relevant template.
- Please ensure that all relevant changes are documented in the README
- Ensure that your code meets the black formatter standards (run the formatter)
To release a new version, create a new commit which increases __version__
inside sphinxcontrib/umlet/__init__.py. Do this according Semantic Versioning 2.0.0.
Then use GitHub relases to "Draft a new release" by creating a new tag named with the version. This will trigger the CI to push to PyPI.