Skip to content

Commit f56ff45

Browse files
committed
Bump Promise version
1 parent a26e8aa commit f56ff45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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, 2, 1, "final", 0)
171+
VERSION = (2, 3, 0, "final", 0)
172172
__version__ = get_version(VERSION)
173173

174174

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
sys.path[:] = path_copy
2323

24-
install_requires = ["six>=1.10.0", "promise>=2.1", "rx>=1.6,<3"]
24+
install_requires = ["six>=1.10.0", "promise>=2.3", "rx>=1.6,<3"]
2525

2626
tests_requires = [
2727
"pytest>=3.3,<4.0",

0 commit comments

Comments
 (0)