Skip to main content

LaterPay Django tools

Project description

https://badge.fury.io/py/django-laterpay.png https://travis-ci.org/laterpay/django-laterpay.png?branch=master https://coveralls.io/repos/laterpay/django-laterpay/badge.png?branch=master

LaterPay Django utilities

Installation

$ pip install django-laterpay

Usage

See https://www.laterpay.net/developers/docs

Development

See https://github.com/laterpay/django-laterpay

Tested by Travis

Releasing checklist

This repository uses GitHub flow. In order to release a new version please follow these steps:

  • Install twine with $ pipsi install twine

  • Ensure CHANGELOG is representative

  • Determine next version number from the CHANGELOG (ensuring we follow SemVer)

  • Update the CHANGELOG with the new version

  • Update the version in setup.py

  • Update trove classifiers in setup.py

  • Stage the change git add CHANGELOG.md setup.py

  • Commit and ensure the correct version number is part of the commit message git commit -m "Bump to 2.0.0"

  • Tag the commit with current version number git tag -s 2.0.0 -m "Bump to 2.0.0"

  • git push --tags origin master

  • python setup.py sdist bdist_wheel

  • twine upload dist/$newver or optionally, for signed releases twine upload -s ...

  • Bump version in setup.py to next likely version as Alpha 1 (e.g. 3.0.0a1)

  • Alter trove classifiers in setup.py

  • Add likely new version to CHANGELOG.md

  • Stage the change git add CHANGELOG.md setup.py

  • Commit git commit -m "Post release prep"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-laterpay-2.0.0.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

django_laterpay-2.0.0-py2.py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page