Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -32,4 +32,4 @@
## 2022.1

* Initial release to move the template pack from core crispy-forms to a
standalone template pack.
standalone template pack.
2 changes: 1 addition & 1 deletion crispy_bootstrap4/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2025.6"
__version__ = "2026.2"
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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=[
Expand All @@ -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",
Expand Down