Skip to content

Commit 04b6c75

Browse files
committed
🔖Release v0.16.2
1 parent 58ab448 commit 04b6c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_restql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = 'Django RESTQL'
22
__description__ = 'Turn your API made with Django REST Framework(DRF) into a GraphQL like API.'
33
__url__ = 'https://yezyilomo.github.io/django-restql'
4-
__version__ = '0.16.1'
4+
__version__ = '0.16.2'
55
__author__ = 'Yezy Ilomo'
66
__author_email__ = '[email protected]'
77
__license__ = 'MIT'

0 commit comments

Comments
 (0)