Skip to content

Commit 0f88894

Browse files
committedJan 22, 2022
Create another patch release
1 parent e5eb47c commit 0f88894

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.3
2+
current_version = 3.1.4
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.3"
3+
version = "3.1.4"
44
description = """
55
Relay library for graphql-core"""
66
license="MIT"

‎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.1.3"
6+
version = "3.1.4"
77

88
version_js = "0.9.0"
99

0 commit comments

Comments
 (0)