Procedure:
- check CI status testing result: https://github.com/beproud/bpcommons/actions
- update release version/date in
ChangeLog.rst
- run
python setup.py release sdist bdist_wheel
- check
twine check dist/*
- upload
twine upload dist/*
- tagging version e.g.
git tag v0.40
. - check PyPI page: https://pypi.org/p/beproud.django.commons/
- bump versions and commit/push them onto GitHub
ChangeLog.rst
next versionbpcommons/beproud/django/commons/__init__.py
next version