LaterPay Django tools
Project description
LaterPay Django utilities
Installation
$ pip install django-laterpay
Usage
Development
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
Built Distribution
File details
Details for the file django-laterpay-2.0.0.tar.gz
.
File metadata
- Download URL: django-laterpay-2.0.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0da9719ec71a63b24712f08a4e951353120d7ba52848eba9e1a2b6356fef5405 |
|
MD5 | dc6b418deb20b70ae5be3bece8eab273 |
|
BLAKE2b-256 | ab0fa4a173728b2af32c8d02d1c8f65d69531485f7ff4a0fcd3f569ae6875772 |
File details
Details for the file django_laterpay-2.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_laterpay-2.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5180f2cb546cc1a99591dc05e233d863e510dbfbfa3464d4d234aba79cc7c4d |
|
MD5 | f1c3274e5e887cae854229a28d8a9902 |
|
BLAKE2b-256 | 37a6228d6f047295fdbc63c7f720851cd884f7ff882f5e8ceedc0989b224296b |