Skip to content

Commit 3a92b04

Browse files
committed
Updated version to 2.1rc2
1 parent b24cece commit 3a92b04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphql/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
set_default_backend,
206206
)
207207

208-
VERSION = (2, 1, 0, 'rc', 1)
208+
VERSION = (2, 1, 0, 'rc', 2)
209209
__version__ = get_version(VERSION)
210210

211211

graphql/execution/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __eq__(self, other):
3939
self.invalid == other.invalid
4040
)
4141
)
42-
42+
4343
def to_dict(self, format_error=None, dict_class=dict):
4444
if format_error is None:
4545
format_error = default_format_error

0 commit comments

Comments
 (0)