Skip to content

Commit

Permalink
Release 24.1 (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 12, 2024
1 parent 6cbe6af commit c5009f5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 24.1 (2024-04-12)

- Fix RadioSelectButtonGroup rendering and add 'disabled' attribute to radio button group template (#447).

## 23.4 (2023-12-28)

- Use ruff instead of black for formatting (#536).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -32,7 +32,7 @@ license = {file = "LICENSE"}
name = "django-bootstrap5"
readme = "README.md"
requires-python = ">=3.8"
version = "23.4"
version = "24.1"

[project.urls]
Changelog = "https://github.com/zostera/django-bootstrap5/blob/main/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
@@ -1,6 +1,6 @@
-r requirements-test.txt
-r docs/requirements.txt
twine==4.0.2
twine==5.0.0
build==1.2.1
setuptools==69.2.0
setuptools_scm==8.0.4
6 changes: 3 additions & 3 deletions requirements-test.txt
@@ -1,5 +1,5 @@
tox==4.14.2
coverage==7.4.4
ruff==0.3.6
pillow>=10.1.0
beautifulsoup4>=4.12.2
ruff==0.3.7
pillow>=10.3.0
beautifulsoup4>=4.12.3

0 comments on commit c5009f5

Please sign in to comment.