From 3dd927301a867b14f089d8ebaf0f238f5c9dccb3 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Mon, 5 Aug 2024 17:03:30 +0100 Subject: [PATCH] Version 1.19.0 --- docs/changelog.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5522927..ca9773b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +1.19.0 (2024-08-05) +------------------- + * Add :func:`django_htmx.http.replace_url()` for setting the ``HX-Replace-URL`` header. Thanks to Bogumil Schube in `PR #396 `__. diff --git a/pyproject.toml b/pyproject.toml index d715092..0384303 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [project] name = "django-htmx" -version = "1.18.0" +version = "1.19.0" description = "Extensions for using Django with htmx." readme = "README.rst" keywords = [