From 6f9e2cfeeb6a487f42060cb3e9981469ab760d3e Mon Sep 17 00:00:00 2001 From: yezyilomo Date: Wed, 2 Nov 2022 21:15:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96Release=20v0.15.3?= 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 1ae94d7..02a198f 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.15.2' +__version__ = '0.15.3' __author__ = 'Yezy Ilomo' __author_email__ = 'yezileliilomo@hotmail.com' __license__ = 'MIT'