File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 2
2
CHANGES
3
3
=======
4
4
5
- Next
6
- ====
7
-
8
- - Remove deprecation warning for child-src
9
- - Fix capturing brackets in script template tags
10
- - Move to Hatch for packaging
11
- - Move project to pyproject.toml
12
- - Add project urls
13
- - Set up coverage badge
14
-
15
5
Unreleased
16
6
==========
17
7
8
+ - Nothing, currently
9
+
10
+ 3.8rc
11
+ =====
12
+
13
+ Please note: this release folds in a number of fixups, upgrades and documentation tweaks,
14
+ but is functionally the same as 3.7. New features will come with 3.9+
15
+
18
16
- Update Python syntax for modern versions with pyupgrade
19
- - Drop support for EOL Python <3.8 and Django <2.2 versions
17
+ - Drop support for EOL Python <3.8 and Django <2.2 version; add support up to Django 5 on Python 3.12
20
18
- Switch to ruff instead of pep8 and flake8
21
19
- Move from CircleCI to Github Actions for CI
22
20
- Add support for using pre-commit with the project
21
+ - Remove deprecation warning for child-src
22
+ - Fix capturing brackets in script template tags
23
+ - Update docs to clarify when nonce will not be added to headers
23
24
24
25
3.7
25
26
===
Original file line number Diff line number Diff line change 4
4
5
5
from setuptools import find_packages , setup
6
6
7
- version = "3.7 "
7
+ version = "3.8rc "
8
8
9
9
10
10
if sys .argv [- 1 ] == "publish" :
You can’t perform that action at this time.
0 commit comments