diff --git a/docs/conf.py b/docs/conf.py index 2d03a046..495a394c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ # The short X.Y version. version = "2.3" # The full version, including alpha/beta/rc tags. -release = "2.3.0" +release = "2.3.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/graphql/__init__.py b/graphql/__init__.py index e846b04d..2b1ce0d8 100644 --- a/graphql/__init__.py +++ b/graphql/__init__.py @@ -168,7 +168,7 @@ set_default_backend, ) -VERSION = (2, 3, 0, "final", 0) +VERSION = (2, 3, 1, "final", 0) __version__ = get_version(VERSION)