From c2b2b68579176db3a5767b827f31627cf158f006 Mon Sep 17 00:00:00 2001 From: Tanner Prestegard <tanner.prestegard@ligo.org> Date: Thu, 5 Jul 2018 10:41:52 -0500 Subject: [PATCH] Updating required client version for superevents --- config/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings/base.py b/config/settings/base.py index 43e30170f..7a854a014 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -35,7 +35,7 @@ MANAGERS = ADMINS # Client versions allowed - pip-like specifier strings, # can be multiple (comma-separated) -ALLOWED_CLIENT_VERSIONS = '>=1.29.dev0' +ALLOWED_CLIENT_VERSIONS = '>=1.29.dev1' # Allow requests to API without user-agent header specified # Temporary fix while we transition ALLOW_BLANK_USER_AGENT_TO_API = True -- GitLab