Skip to content

Commit

Permalink
Merge pull request #267 from yezyilomo/release_v0.14.0
Browse files Browse the repository at this point in the history
Release v0.14.0
  • Loading branch information
yezyilomo authored Aug 12, 2021
2 parents 9a9f95a + aff6e2c commit 528185f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion django_restql/__init__.py
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 528185f

Please sign in to comment.