Skip to content

Commit

Permalink
0.6.1 release
Browse files Browse the repository at this point in the history
- [fix] Stopped commit check from being performed on master (after merge)
- [deps] Added support for django 3.1
- [ux/admin-theme] Force z-index on main menu to stay on top

Signed-off-by: Ajay Tripathi <ajay39in@gmail.com>
  • Loading branch information
atb00ker authored Aug 17, 2020
1 parent 8b199b9 commit fc28a78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
~~~~~~~~
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, 6, 0, 'final')
VERSION = (0, 6, 1, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit fc28a78

Please sign in to comment.