diff --git a/CHANGES.md b/CHANGES.md index 773313a..f38f2d7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## [0.0.32] - 2021-2-2 + +Refactoring modules + ## [0.0.31] - 2021-2-2 Refactoring mixin classes diff --git a/setup.py b/setup.py index 80d89fa..231c633 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # Third Party Libraries from setuptools import setup -version = "0.0.31" +version = "0.0.32" setup( name="django-turbo-response",