Skip to content

Commit 353c664

Browse files
authored
Version 2026.2 (#44)
1 parent d83713f commit 353c664

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG FOR CRISPY-BOOTSTRAP4
22

3-
## Next Release (TBC)
3+
## 2026.2 (2026-02-11)
44
* Removed support for Django 4.2, 5.0 and 5.1.
55
* Confirmed support for Python 3.14.
66
* Confirmed support for Django 6.0.
@@ -32,4 +32,4 @@
3232
## 2022.1
3333

3434
* Initial release to move the template pack from core crispy-forms to a
35-
standalone template pack.
35+
standalone template pack.

crispy_bootstrap4/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2025.6"
1+
__version__ = "2026.2"

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
3-
requires = [
4-
"setuptools>=61",
5-
]
3+
requires = ["setuptools>=77.0.3"]
64

75
[project]
86
name="crispy-bootstrap4"
97
description="Bootstrap4 template pack for django-crispy-forms"
108
readme = "README.md"
11-
license = {text = "MIT"}
9+
license = "MIT"
1210
authors = [{name = "David Smith"}]
1311
requires-python = ">=3.10"
1412
classifiers=[
@@ -18,7 +16,6 @@ classifiers=[
1816
"Framework :: Django :: 5.2",
1917
"Framework :: Django :: 6.0",
2018
"Operating System :: OS Independent",
21-
"License :: OSI Approved :: MIT License",
2219
"Programming Language :: Python :: 3",
2320
"Programming Language :: Python :: 3.10",
2421
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)