Skip to content

Commit

Permalink
Updated version to 2.1rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jun 13, 2018
1 parent b24cece commit 3a92b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
set_default_backend,
)

VERSION = (2, 1, 0, 'rc', 1)
VERSION = (2, 1, 0, 'rc', 2)
__version__ = get_version(VERSION)


Expand Down
2 changes: 1 addition & 1 deletion graphql/execution/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __eq__(self, other):
self.invalid == other.invalid
)
)

def to_dict(self, format_error=None, dict_class=dict):
if format_error is None:
format_error = default_format_error
Expand Down

0 comments on commit 3a92b04

Please sign in to comment.