Skip to content

Commit 10c4a8d

Browse files
authored
Release 23.5 (#919)
1 parent 40e8c3e commit 10c4a8d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## In development
3+
## 23.5 (2023-12-24)
44

55
- Fix Django versions in test matrix (#900).
66
- Use ruff instead of black for formatting (#901).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ license = {file = "LICENSE"}
3434
name = "django-bootstrap3"
3535
readme = "README.md"
3636
requires-python = ">=3.8"
37-
version = "23.5.dev1"
37+
version = "23.5"
3838

3939
[project.urls]
4040
Changelog = "https://github.com/zostera/django-bootstrap3/blob/main/CHANGELOG.md"

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
-r requirements-test.txt
22
-r docs/requirements.txt
33
twine==4.0.2
4+
build==1.0.3
5+
setuptools==69.0.3

0 commit comments

Comments
 (0)