Skip to content

Commit

Permalink
Bump Promise version
Browse files Browse the repository at this point in the history
  • Loading branch information
jnak committed Dec 24, 2019
1 parent a26e8aa commit f56ff45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
set_default_backend,
)

VERSION = (2, 2, 1, "final", 0)
VERSION = (2, 3, 0, "final", 0)
__version__ = get_version(VERSION)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

sys.path[:] = path_copy

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

tests_requires = [
"pytest>=3.3,<4.0",
Expand Down

0 comments on commit f56ff45

Please sign in to comment.