Skip to content

Commit

Permalink
Release 23.5 (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 24, 2023
1 parent 40e8c3e commit 10c4a8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## In development
## 23.5 (2023-12-24)

- Fix Django versions in test matrix (#900).
- Use ruff instead of black for formatting (#901).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ license = {file = "LICENSE"}
name = "django-bootstrap3"
readme = "README.md"
requires-python = ">=3.8"
version = "23.5.dev1"
version = "23.5"

[project.urls]
Changelog = "https://github.com/zostera/django-bootstrap3/blob/main/CHANGELOG.md"
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-r requirements-test.txt
-r docs/requirements.txt
twine==4.0.2
build==1.0.3
setuptools==69.0.3

0 comments on commit 10c4a8d

Please sign in to comment.