From d3e35f2b73bfcadb10000f9e9bff1a328c6f9673 Mon Sep 17 00:00:00 2001 From: jonson Date: Sun, 15 Oct 2017 09:17:13 -0400 Subject: [PATCH 1/6] Add .idea --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7bbc71c..daea7c4 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ wheels/ *.egg-info/ .installed.cfg *.egg +.idea/ # PyInstaller # Usually these files are written by a python script from a template From b04b7d2ae3a23c1dc621366f84a251034d04a4fe Mon Sep 17 00:00:00 2001 From: jonson Date: Sun, 15 Oct 2017 09:21:16 -0400 Subject: [PATCH 2/6] Bump graphiql version, support injecting new version in the future --- flasql/graphiql.py | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/flasql/graphiql.py b/flasql/graphiql.py index bb075c2..712336d 100644 --- a/flasql/graphiql.py +++ b/flasql/graphiql.py @@ -2,7 +2,7 @@ from flask import render_template_string -GRAPHIQL_VERSION = '0.7.1' +GRAPHIQL_VERSION = '0.11.5' TEMPLATE = '''