diff --git a/CHANGES.md b/CHANGES.md index 3751e41..92e949e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## [0.0.13] - 2021-1-6 + +Added type hinting, tidy up of mixin class inheritance. + ## [0.0.12] - 2021-1-5 Update form handling for changes in @hotwired/turbo 7.0.0-beta.2: diff --git a/setup.py b/setup.py index 65ce493..89b280a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # Third Party Libraries from setuptools import setup -version = "0.0.12" +version = "0.0.13" setup( name="django-turbo-response",