Skip to content

Commit

Permalink
Merge pull request #156 from eadwinCode/ninja_1_2_1
Browse files Browse the repository at this point in the history
Support for Ninja V1.2.1
  • Loading branch information
eadwinCode authored Jul 8, 2024
2 parents fb5cf88 + d0eb467 commit 523fee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.21.0"
__version__ = "0.21.1"

import django

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ classifiers = [

requires = [
"Django >= 2.2",
"django-ninja==1.2.0",
"django-ninja==1.2.1",
"injector >= 0.19.0",
"asgiref",
"contextlib2"
Expand Down

0 comments on commit 523fee8

Please sign in to comment.