diff --git a/CHANGES.md b/CHANGES.md index cc256fd..c9d39c1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## [0.0.15] - 2021-1-7 + +Removed protocol classes and mypy pre-commit requirement + ## [0.0.14] - 2021-1-6 Dependency bugfix diff --git a/setup.py b/setup.py index fac1d2a..fe35c74 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # Third Party Libraries from setuptools import setup -version = "0.0.14" +version = "0.0.15" setup( name="django-turbo-response",