3YOURMIND / django-add-default-value

This django Migration Operation can be used to transfer a Fields default value to the database scheme.
Apache License 2.0
138 stars 19 forks source link

Update docs and add bumpversion #10

Closed ghost closed 5 years ago

ghost commented 5 years ago

Small enhancements in documentation.

Also we can now use bumpversion (already in developer dependencies). Normally, only use on master branch when preparing a release. The short version:

git checkout master
pipenv run bumpversion minor  # or major or patch
git push