From 027dbd61528fe2c8b15ef7d7a49ec5164fc95459 Mon Sep 17 00:00:00 2001 From: Alexander Pace <alexander.pace@ligo.org> Date: Tue, 22 Oct 2019 08:39:24 -0500 Subject: [PATCH] Update base.py: updating the version number to "2.7.1-1". There's no functional differences, just a few settings for the new AWS deployment. I'm also adding the "*-1" qualifier so that I and users can tell that the new AWS deployment is in place and working. --- 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 855096930..662c4eac8 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -26,7 +26,7 @@ MAINTENANCE_MODE = False MAINTENANCE_MODE_MESSAGE = None # Version --------------------------------------------------------------------- -PROJECT_VERSION = '2.7.1' +PROJECT_VERSION = '2.7.1-1' # Unauthenticated access ------------------------------------------------------ # This variable should eventually control whether unauthenticated access is -- GitLab