LaterPay Python client.
If you're using Django then you probably want to look at django-laterpay
$ pip install laterpay-client
See https://docs.laterpay.net/
See https://github.com/laterpay/laterpay-client-python
- Install
twinewith$ pipsi install twine - Determine next version number from the
CHANGELOG.md(ensuring we follow SemVer) git flow release start $newver- Ensure
CHANGELOG.mdis representative - Update the
CHANGELOG.mdwith the new version - Update the version in
setup.py - Update trove classifiers in
setup.py git flow release finish $newvergit push --tags origin develop masterpython setup.py sdist bdist_wheeltwine upload dist/laterpay*$newver*or optionally, for signed releasestwine upload -s ...- Bump version in
setup.pyto next likely version asAlpha 1(e.g.5.1.0a1) - Alter trove classifiers in
setup.py - Add likely new version to
CHANGELOG.md