Skip to content

Commit c102458

Browse files
authored
Merge pull request #768 from graphql-python/v2.1.2-1
Update to v2.1.2
2 parents 33f2b30 + 81419de commit c102458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from .utils.module_loading import lazy_import
3636

3737

38-
VERSION = (2, 1, 1, 'final', 0)
38+
VERSION = (2, 1, 2, 'final', 0)
3939

4040
__version__ = get_version(VERSION)
4141

0 commit comments

Comments
 (0)