- support for django 1.9
- refactored tests, to use default manage.py test command
git flow release start 0.xxx
version bump in ckeditor_link/__init__.py
adapt CHANGELOG, last chance
git flow release finish 0.xxx
git push --all; git push --tags
git push upstream --all; git push upstream --tags
make version a 0.2.7DEV again
done in github actions now!
python setup.py sdist && python setup.py bdist_wheel --universal
twine upload dist/* -r pypitest
twine upload dist/*