Skip to content

Commit

Permalink
Upgrade to htmx 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Vázquez Acosta committed Oct 24, 2024
1 parent 9833eb2 commit 1d2cd8e
Show file tree
Hide file tree
Showing 8 changed files with 21,506 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/djhtmx/settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import redis
from django.conf import settings

VERSION = "2.0.2"
VERSION = "2.0.3"
DEBUG = settings.DEBUG
CSRF_HEADER_NAME = settings.CSRF_HEADER_NAME[5:].replace("_", "-")
LOGIN_URL = settings.LOGIN_URL
Expand Down
Loading

0 comments on commit 1d2cd8e

Please sign in to comment.