Skip to content

Commit 2f44b1a

Browse files
committed
Bump version
1 parent 5fa7845 commit 2f44b1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# The short X.Y version.
6363
version = "2.3"
6464
# The full version, including alpha/beta/rc tags.
65-
release = "2.3.1"
65+
release = "2.3.2"
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

graphql/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
set_default_backend,
169169
)
170170

171-
VERSION = (2, 3, 1, "final", 0)
171+
VERSION = (2, 3, 2, "final", 0)
172172
__version__ = get_version(VERSION)
173173

174174

0 commit comments

Comments
 (0)