Skip to content

Commit

Permalink
0.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode committed Mar 9, 2023
1 parent 4361024 commit 125b723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api_controller/api_controller_permission.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class PermissionController:
return dict(says=word)
```
!!! Note
New in v0.18.8
New in **v0.18.7**
Controller Permission and Route Function `permissions` can now take `BasePermission` instance.

For example, we can pass the `ReadOnly` instance to the `permission` parameter.
Expand Down
2 changes: 1 addition & 1 deletion ninja_extra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Django Ninja Extra - Class Based Utility and more for Django Ninja(Fast Django REST framework)"""

__version__ = "0.18.8"
__version__ = "0.18.7"

import django

Expand Down

0 comments on commit 125b723

Please sign in to comment.