File tree Expand file tree Collapse file tree 5 files changed +8
-29
lines changed Expand file tree Collapse file tree 5 files changed +8
-29
lines changed Original file line number Diff line number Diff line change 33
44"""Django Template Coverage Plugin"""
55
6- __version__ = "3.1.1rc1 "
6+ __version__ = "3.1.1rc2 "
77
88from .plugin import DjangoTemplatePluginException # noqa
99from .plugin import DjangoTemplatePlugin
Original file line number Diff line number Diff line change 11* Release checklist
22
3- - Version number in setup .py
4- - Classifiers in setup.py
3+ - Version number in __init__ .py
4+ - Classifiers in pyproject.toml
55 https://pypi.python.org/pypi?%3Aaction=list_classifiers
66 eg:
77 Development Status :: 3 - Alpha
88 Development Status :: 5 - Production/Stable
99- Copyright date in NOTICE.txt
1010- Update README.rst with latest changes
1111- Kits:
12- $ make clean kit
13- $ make kit_upload
12+ $ make clean dist
13+ $ make test_pypi
14+ $ make pypi
1415 $ make tag
1516 $ make ghrelease
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4949 isort
5050
5151commands =
52- flake8 --max-line-length =100 setup.py django_coverage_plugin tests setup.py
53- isort --check-only --diff django_coverage_plugin tests setup.py
52+ flake8 --max-line-length =100 django_coverage_plugin tests
53+ isort --check-only --diff django_coverage_plugin tests
5454
5555[testenv:pkgcheck]
5656skip_install = true
You can’t perform that action at this time.
0 commit comments