From 6b2c4835ed73e6787154d5c2393192e67b8889e4 Mon Sep 17 00:00:00 2001 From: David Smith Date: Wed, 11 Feb 2026 20:22:00 +0000 Subject: [PATCH 1/2] PEP 639 Licenses. --- pyproject.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3b25963..a893776 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,12 @@ [build-system] build-backend = "setuptools.build_meta" -requires = [ - "setuptools>=61", -] +requires = ["setuptools>=77.0.3"] [project] name="crispy-bootstrap4" description="Bootstrap4 template pack for django-crispy-forms" readme = "README.md" -license = {text = "MIT"} +license = "MIT" authors = [{name = "David Smith"}] requires-python = ">=3.10" classifiers=[ @@ -18,7 +16,6 @@ classifiers=[ "Framework :: Django :: 5.2", "Framework :: Django :: 6.0", "Operating System :: OS Independent", - "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", From 0e9badef192a4d68ac1ac96a76e0c6881177d8e1 Mon Sep 17 00:00:00 2001 From: David Smith Date: Wed, 11 Feb 2026 20:22:08 +0000 Subject: [PATCH 2/2] Version 2026.2. --- CHANGELOG.md | 4 ++-- crispy_bootstrap4/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4292dc6..e74ef38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG FOR CRISPY-BOOTSTRAP4 -## Next Release (TBC) +## 2026.2 (2026-02-11) * Removed support for Django 4.2, 5.0 and 5.1. * Confirmed support for Python 3.14. * Confirmed support for Django 6.0. @@ -32,4 +32,4 @@ ## 2022.1 * Initial release to move the template pack from core crispy-forms to a - standalone template pack. \ No newline at end of file + standalone template pack. diff --git a/crispy_bootstrap4/__init__.py b/crispy_bootstrap4/__init__.py index 5bee9d6..37b55ea 100644 --- a/crispy_bootstrap4/__init__.py +++ b/crispy_bootstrap4/__init__.py @@ -1 +1 @@ -__version__ = "2025.6" +__version__ = "2026.2"