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 3
3
4
4
"""Django Template Coverage Plugin"""
5
5
6
- __version__ = "3.1.1rc1 "
6
+ __version__ = "3.1.1rc2 "
7
7
8
8
from .plugin import DjangoTemplatePluginException # noqa
9
9
from .plugin import DjangoTemplatePlugin
Original file line number Diff line number Diff line change 1
1
* Release checklist
2
2
3
- - Version number in setup .py
4
- - Classifiers in setup.py
3
+ - Version number in __init__ .py
4
+ - Classifiers in pyproject.toml
5
5
https://pypi.python.org/pypi?%3Aaction=list_classifiers
6
6
eg:
7
7
Development Status :: 3 - Alpha
8
8
Development Status :: 5 - Production/Stable
9
9
- Copyright date in NOTICE.txt
10
10
- Update README.rst with latest changes
11
11
- Kits:
12
- $ make clean kit
13
- $ make kit_upload
12
+ $ make clean dist
13
+ $ make test_pypi
14
+ $ make pypi
14
15
$ make tag
15
16
$ make ghrelease
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 49
49
isort
50
50
51
51
commands =
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
54
54
55
55
[testenv:pkgcheck]
56
56
skip_install = true
You can’t perform that action at this time.
0 commit comments