From 4223f961f0a291478afd4b6330227d209b7a9db2 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Mon, 29 Jun 2020 15:24:38 -0500 Subject: [PATCH] 0.5.1 release --- CHANGES.rst | 7 +++++++ openwisp_utils/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ea486f45..edb12cb0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changelog ========= +Version 0.5.1 [2020-06-29] +-------------------------- + +- [feature] Added ``TimeLoggingTestRunner`` to detect slow tests +- [fix] Admin-theme: ensure menu is above other CSS elements +- [fix] Removed ``/tests`` directory from python package + Version 0.5.0 [2020-06-02] -------------------------- diff --git a/openwisp_utils/__init__.py b/openwisp_utils/__init__.py index d94b77d9..64036cc8 100644 --- a/openwisp_utils/__init__.py +++ b/openwisp_utils/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 5, 0, 'final') +VERSION = (0, 5, 1, 'final') __version__ = VERSION # alias