From 46f5f999320e395b33badc2c49fa0d0e3881b728 Mon Sep 17 00:00:00 2001 From: yezy Date: Thu, 12 Aug 2021 17:19:30 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9DUpdate=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb5ab14..e304c2c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Or try a live demo on [Django RESTQL Playground](https://django-restql-playgroun ## Requirements -* Python >= 3.5 +* Python >= 3.6 * Django >= 1.11 * Django REST Framework >= 3.5 From 6190c2f13b1bcafd3bd814e070d50025b8a2939b Mon Sep 17 00:00:00 2001 From: yezy Date: Thu, 12 Aug 2021 17:20:59 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96Release=20v0.14.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django_restql/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_restql/__init__.py b/django_restql/__init__.py index a359868..a0b6999 100644 --- a/django_restql/__init__.py +++ b/django_restql/__init__.py @@ -1,7 +1,7 @@ __title__ = 'Django RESTQL' __description__ = 'Turn your API made with Django REST Framework(DRF) into a GraphQL like API.' __url__ = 'https://yezyilomo.github.io/django-restql' -__version__ = '0.13.1' +__version__ = '0.14.0' __author__ = 'Yezy Ilomo' __author_email__ = 'yezileliilomo@hotmail.com' __license__ = 'MIT'