Skip to content

Commit

Permalink
Merge branch 'main' into fix-449
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve authored Sep 19, 2024
2 parents 5c12478 + 0a38745 commit e2e01b1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 24.3 (2024-09-17)

- Add support for Django 5.1 (#663).
- Add support for Jinja 2(#664, @jorenham)

## 24.2 (2024-04-23)

- Add .editorconfig (#598).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# django-bootstrap5

[![CI](https://github.com/zostera/django-bootstrap5/workflows/CI/badge.svg?branch=main)](https://github.com/zostera/django-bootstrap5/actions?workflow=CI)
[![Tests](https://github.com/zostera/django-bootstrap5/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/zostera/django-bootstrap5/actions?workflow=test)
[![Coverage Status](https://coveralls.io/repos/github/zostera/django-bootstrap5/badge.svg?branch=main)](https://coveralls.io/github/zostera/django-bootstrap5?branch=main)
[![Latest PyPI version](https://img.shields.io/pypi/v/django-bootstrap5.svg)](https://pypi.python.org/pypi/django-bootstrap5)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ license = {file = "LICENSE"}
name = "django-bootstrap5"
readme = "README.md"
requires-python = ">=3.8"
version = "24.2"
version = "24.3"

[project.optional-dependencies]
jinja = ["Jinja2>=3.0,<4"]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-r docs/requirements.txt
twine==5.1.1
build==1.2.2
setuptools==74.1.2
setuptools==75.1.0
check-manifest==0.49
pyroma==4.2
check-wheel-contents==0.6.0
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tox==4.18.1
tox==4.19.0
coverage==7.6.1
ruff==0.6.5
pillow>=10.4.0
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ commands =
deps =
4.2: Django==4.2.*
5.0: Django==5.0.*
5.1: Django==5.1.*
main: https://github.com/django/django/archive/main.tar.gz
-r{toxinidir}/requirements-test.txt

Expand Down

0 comments on commit e2e01b1

Please sign in to comment.