From 3f0597c13c207c04097fd14ea40668be3ce8be7e Mon Sep 17 00:00:00 2001 From: Dan Jacob Date: Fri, 2 Apr 2021 09:12:55 +0300 Subject: [PATCH] Version bump --- CHANGES.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 097bff3..5e2ab45 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## [0.0.39] - 2021-4-2 + +Fix for https://github.com/hotwire-django/django-turbo-response/issues/5 + ## [0.0.36] - 2021-3-30 **render_form_response** adds turbo_stream_template name to context diff --git a/setup.py b/setup.py index 4a429fb..798e5d1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # Third Party Libraries from setuptools import setup -version = "0.0.38" +version = "0.0.39" setup( name="django-turbo-response",