Skip to content

Commit 1333a26

Browse files
committed
Prepare 3.1.0 release
1 parent 4320b62 commit 1333a26

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.0
2+
current_version = 3.1.0
33
commit = False
44
tag = False
55

poetry.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "graphql-relay"
3-
version = "3.0.0"
3+
version = "3.1.0"
44
description = """
55
Relay library for graphql-core"""
66
license="MIT"
@@ -42,7 +42,7 @@ packages = [
4242

4343
[tool.poetry.dependencies]
4444
python = "^3.6"
45-
graphql-core = "^3.0"
45+
graphql-core = "^3.1"
4646
typing-extensions = { version = "^3.6.2", python = "<3.8" }
4747

4848
[tool.poetry.dev-dependencies]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"Programming Language :: Python :: Implementation :: PyPy",
3232
],
3333
install_requires=[
34-
"graphql-core>=3.0.0",
34+
"graphql-core>=3.1",
3535
"typing-extensions>=3.7,<4; python_version < '3.8'",
3636
],
3737
python_requires=">=3.6,<4",

src/graphql_relay/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__all__ = ["version", "version_info", "version_js", "version_info_js"]
55

6-
version = "3.0.0"
6+
version = "3.1.0"
77

88
version_js = "0.6.0"
99

0 commit comments

Comments
 (0)