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" 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",