Merge pull request #768 from graphql-python/v2.1.2-1

Update to v2.1.2
This commit is contained in:
Syrus Akbary 2018-06-13 10:34:15 -07:00 committed by GitHub
commit c102458808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ from .utils.resolve_only_args import resolve_only_args
from .utils.module_loading import lazy_import
VERSION = (2, 1, 1, 'final', 0)
VERSION = (2, 1, 2, 'final', 0)
__version__ = get_version(VERSION)