bump version to 2.12.0

pull/1004/head v2.12.0
Mel van Londen 2020-07-12 13:17:03 -07:00
parent 057b491176
commit e439bf3727
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from .fields import DjangoConnectionField, DjangoListField
from .types import DjangoObjectType
__version__ = "2.11.1"
__version__ = "2.12.0"
__all__ = [
"__version__",