From d5adf5629e1a1eefa1a727c3809a5c92ce0af456 Mon Sep 17 00:00:00 2001 From: Dan Jacob Date: Wed, 6 Jan 2021 22:05:52 +0200 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 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",