Skip to content

Commit

Permalink
Create another patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jan 22, 2022
1 parent b217aef commit 6239ab7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.2
current_version = 3.1.3
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphql-relay"
version = "3.1.2"
version = "3.1.3"
description = """
Relay library for graphql-core"""
license="MIT"
Expand Down
4 changes: 2 additions & 2 deletions src/graphql_relay/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

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

version = "3.1.2"
version = "3.1.3"

version_js = "0.8.0"
version_js = "0.9.0"


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

0 comments on commit 6239ab7

Please sign in to comment.