File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
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.
Original file line number Diff line number Diff line change 1- __version__ = "2025.6 "
1+ __version__ = "2026.2 "
Original file line number Diff line number Diff line change 11[build-system ]
22build-backend = " setuptools.build_meta"
3- requires = [
4- " setuptools>=61" ,
5- ]
3+ requires = [" setuptools>=77.0.3" ]
64
75[project ]
86name =" crispy-bootstrap4"
97description =" Bootstrap4 template pack for django-crispy-forms"
108readme = " README.md"
11- license = { text = " MIT" }
9+ license = " MIT"
1210authors = [{name = " David Smith" }]
1311requires-python = " >=3.10"
1412classifiers =[
@@ -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" ,
You can’t perform that action at this time.
0 commit comments