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 22CHANGES
33=======
44
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-
155Unreleased
166==========
177
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+
1816- 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
2018- Switch to ruff instead of pep8 and flake8
2119- Move from CircleCI to Github Actions for CI
2220- 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
2324
24253.7
2526===
Original file line number Diff line number Diff line change 44
55from setuptools import find_packages , setup
66
7- version = "3.7 "
7+ version = "3.8rc "
88
99
1010if sys .argv [- 1 ] == "publish" :
You can’t perform that action at this time.
0 commit comments