diff --git a/CHANGES.rst b/CHANGES.rst index ba636c8a..92922c65 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,13 +1,20 @@ Changelog ========= +Version 0.6.1 [2020-08-17] +-------------------------- + +- [fix] Commit check run only on Pull Request & workbench +- [deps] Added support for django 3.1 +- [ux/admin-theme] Force z-index on main menu to stay on top + Version 0.6.0 [2020-08-14] -------------------------- Features ~~~~~~~~ -- [admin]: ``TestReadOnlyAdmin``: added support for exclude attribute +- [admin] ``TestReadOnlyAdmin``: added support for exclude attribute Changes ~~~~~~~~ diff --git a/openwisp_utils/__init__.py b/openwisp_utils/__init__.py index c3c18262..af9ac801 100644 --- a/openwisp_utils/__init__.py +++ b/openwisp_utils/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 6, 0, 'final') +VERSION = (0, 6, 1, 'final') __version__ = VERSION # alias