From e1893638c040350f65a32e49eeb832f646b9e8b6 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Tue, 1 Jun 2021 22:21:58 +0530 Subject: [PATCH] 0.7.5 release --- CHANGES.rst | 8 ++++++++ openwisp_utils/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7c051278..ecdc94b0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changelog ========= +Version 0.7.5 [2021-06-01] +-------------------------- + +- [fix] Added workaround for minification of browsable API view. + Django-pipeline strips spaces from pre-formatted text on minifying HTML + which destroys the representation of data on browsable API views. + Added a workaround to restore presentation to original form using CSS. + Version 0.7.4 [2021-04-08] -------------------------- diff --git a/openwisp_utils/__init__.py b/openwisp_utils/__init__.py index 823c2e58..4c2b70c6 100644 --- a/openwisp_utils/__init__.py +++ b/openwisp_utils/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 7, 4, 'final') +VERSION = (0, 7, 5, 'final') __version__ = VERSION # alias