diff --git a/CHANGES.md b/CHANGES.md index 9b01802..955aaab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## [0.0.44] - 2021-4-2 + +Allow renderer as arg for all stream and frame mixins/classes + ## [0.0.40] - 2021-4-2 Use file-based templates for rendering streams/frames diff --git a/setup.py b/setup.py index a2fcc25..2805e4e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python from setuptools import find_packages, setup -version = "0.0.42" +version = "0.0.44" setup( name="django-turbo-response",