Skip to content

Commit 7200b16

Browse files
authored
Prepare for 3.8rc release (#215)
1 parent 4be512c commit 7200b16

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

CHANGES

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,25 @@
22
CHANGES
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-
155
Unreleased
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

2425
3.7
2526
===

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools import find_packages, setup
66

7-
version = "3.7"
7+
version = "3.8rc"
88

99

1010
if sys.argv[-1] == "publish":

0 commit comments

Comments
 (0)