Skip to content

Commit

Permalink
Release 23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 28, 2023
1 parent b7803f3 commit b2281ba
Show file tree
Hide file tree
Showing 2 changed files with 2 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

## 23.2 (in development)
## 23.2 (2023-04-28)

- Update packaging, reduce dependencies (#487, #488, #494).
- Drop support for Django 4.0 (#494).
Expand Down
2 changes: 1 addition & 1 deletion src/django_bootstrap5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"__version__",
]

__version__ = "23.2dev"
__version__ = "23.2"

0 comments on commit b2281ba

Please sign in to comment.