Skip to content

Commit

Permalink
We are up-to-date with graphql-relay-js 0.8.0 now
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jan 22, 2022
1 parent c5d0407 commit 640c908
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.1
current_version = 3.1.2
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.1"
version = "3.1.2"
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.1"
version = "3.1.2"

version_js = "0.7.0"
version_js = "0.8.0"


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

0 comments on commit 640c908

Please sign in to comment.