Skip to content

Commit 640c908

Browse files
committed
We are up-to-date with graphql-relay-js 0.8.0 now
Replicates graphql/graphql-relay-js@a53d562
1 parent c5d0407 commit 640c908

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "graphql-relay"
3-
version = "3.1.1"
3+
version = "3.1.2"
44
description = """
55
Relay library for graphql-core"""
66
license="MIT"

src/graphql_relay/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

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

6-
version = "3.1.1"
6+
version = "3.1.2"
77

8-
version_js = "0.7.0"
8+
version_js = "0.8.0"
99

1010

1111
_re_version = re.compile(r"(\d+)\.(\d+)\.(\d+)(\D*)(\d*)")

0 commit comments

Comments
 (0)