Skip to content

Commit

Permalink
0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 14, 2020
1 parent 1143fde commit d0a3842
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
Changelog
=========

Version 0.5.2 [unreleased]
Version 0.6.0 [2020-08-14]
--------------------------

- [add] support for isort~=5.0 and dropped isort<=4.3
Features
~~~~~~~~

- [admin]: ``TestReadOnlyAdmin``: added support for exclude attribute

Changes
~~~~~~~~

- [change] Changed QA checks to use isort~=5.0 instead of isort<=4.3;
**this will cause changes to the way the code is formatted**
- Always execute ``commitcheck`` when run locally
(on travis it will be run only in pull requests)

Bugfixes
~~~~~~~~

- [admin] Fixed a bug which caused some menu items to be shown also if the
user did not have permission to view or edit them
- [qa] Fixed a regression which caused ``commitcheck`` to not be run on travis pull requests
- [tests] Fixed ``SITE_ID`` in test project settings

Version 0.5.1 [2020-06-29]
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion openwisp_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 5, 1, 'final')
VERSION = (0, 6, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit d0a3842

Please sign in to comment.