From 7200b16ca9097a45497804f6f629cb72e0e7c08c Mon Sep 17 00:00:00 2001 From: Steve Jalim Date: Tue, 30 Jan 2024 16:34:02 +0000 Subject: [PATCH] Prepare for 3.8rc release (#215) --- CHANGES | 23 ++++++++++++----------- setup.py | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGES b/CHANGES index 540b2fc..6889872 100644 --- a/CHANGES +++ b/CHANGES @@ -2,24 +2,25 @@ CHANGES ======= -Next -==== - -- Remove deprecation warning for child-src -- Fix capturing brackets in script template tags -- Move to Hatch for packaging -- Move project to pyproject.toml - - Add project urls -- Set up coverage badge - Unreleased ========== +- Nothing, currently + +3.8rc +===== + +Please note: this release folds in a number of fixups, upgrades and documentation tweaks, +but is functionally the same as 3.7. New features will come with 3.9+ + - Update Python syntax for modern versions with pyupgrade -- Drop support for EOL Python <3.8 and Django <2.2 versions +- Drop support for EOL Python <3.8 and Django <2.2 version; add support up to Django 5 on Python 3.12 - Switch to ruff instead of pep8 and flake8 - Move from CircleCI to Github Actions for CI - Add support for using pre-commit with the project +- Remove deprecation warning for child-src +- Fix capturing brackets in script template tags +- Update docs to clarify when nonce will not be added to headers 3.7 === diff --git a/setup.py b/setup.py index b6710ef..704a18c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup -version = "3.7" +version = "3.8rc" if sys.argv[-1] == "publish":