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",