Skip to content

Commit 220a54b

Browse files
committed
chore(release): bump to 0.2.1, require django-ninja-extra >= 0.31.0
1 parent f51f3cf commit 220a54b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

easy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Django Easy API - Easy and Fast Django REST framework based on Django-ninja-extra"""
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.2.1"
44

55
from easy.main import EasyAPI
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ classifiers = [
4242

4343
requires = [
4444
"Django >= 3.1",
45-
"django-ninja-extra >= 0.16.0",
45+
"django-ninja-extra >= 0.31.0",
4646
]
4747
description-file = "README.md"
4848
requires-python = ">=3.6"
@@ -65,7 +65,7 @@ test = [
6565
"django-stubs",
6666
"factory-boy==3.2.1",
6767
"django_coverage_plugin",
68-
"django-ninja-extra >= 0.20.0",
68+
"django-ninja-extra >= 0.31.0",
6969
"django-ninja-jwt>=5.2.9",
7070
"Django >= 3.1",
7171
]

0 commit comments

Comments
 (0)