Skip to content

Commit 52caef9

Browse files
committed
0.18.6
1 parent 2b93e7e commit 52caef9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ninja_extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Django Ninja Extra - Class Based Utility and more for Django Ninja(Fast Django REST framework)"""
22

3-
__version__ = "0.18.4"
3+
__version__ = "0.18.6"
44

55
import django
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ classifiers = [
4444

4545
requires = [
4646
"Django >= 2.2",
47-
"django-ninja >= 0.17.0",
47+
"django-ninja == 0.21.0",
4848
"injector >= 0.19.0",
4949
"asgiref",
5050
"contextlib2"

0 commit comments

Comments
 (0)