File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1616 matrix :
1717 os : [ubuntu-20.04]
1818 python-version : ['3.8']
19- toxenv : [quality, django32, django40 ]
19+ toxenv : [quality, django32, django42 ]
2020 steps :
2121 - uses : actions/checkout@v3
2222 - name : setup python
3636 run : tox
3737
3838 - name : Run Coverage
39- if : matrix.python-version == '3.8' && matrix.toxenv=='django32 '
39+ if : matrix.python-version == '3.8' && matrix.toxenv=='django42 '
4040 uses : codecov/codecov-action@v3
4141 with :
4242 flags : unittests
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ Change Log
1111
1212.. There should always be an "Unreleased" section for changes pending release.
1313
14+ [2.3.0] - 2023-08-02
15+ ====================
16+
17+ * Added support for Django 4.2
18+
1419[2.2.0] - 2022-01-20
1520====================
1621
Original file line number Diff line number Diff line change 44
55from .context_processor import context_processor
66
7- __version__ = '2.2.0'
8-
9- default_app_config = 'help_tokens.apps.HelpTokensConfig' # pylint: disable=invalid-name
7+ __version__ = '2.3.0'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ norecursedirs = .* requirements
1717[testenv]
1818deps =
1919 django32: Django>=3.2,<4.0
20- django40 : Django>=4.0 ,<4.1
20+ django42 : Django>=4.2 ,<4.3
2121 -r{toxinidir}/requirements/test.txt
2222commands =
2323 python -Wd -m pytest {posargs}
You can’t perform that action at this time.
0 commit comments