Skip to content

Commit

Permalink
Prepare 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Feb 25, 2021
1 parent 4320b62 commit 1333a26
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.0
current_version = 3.1.0
commit = False
tag = False

Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphql-relay"
version = "3.0.0"
version = "3.1.0"
description = """
Relay library for graphql-core"""
license="MIT"
Expand Down Expand Up @@ -42,7 +42,7 @@ packages = [

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

[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"Programming Language :: Python :: Implementation :: PyPy",
],
install_requires=[
"graphql-core>=3.0.0",
"graphql-core>=3.1",
"typing-extensions>=3.7,<4; python_version < '3.8'",
],
python_requires=">=3.6,<4",
Expand Down
2 changes: 1 addition & 1 deletion src/graphql_relay/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

version = "3.0.0"
version = "3.1.0"

version_js = "0.6.0"

Expand Down

0 comments on commit 1333a26

Please sign in to comment.