From 94d839896e031a97731811c06544c05f732c3ffb Mon Sep 17 00:00:00 2001 From: Aaron Helton Date: Wed, 31 Jul 2024 09:13:09 -0400 Subject: [PATCH] Update config.py Fixes #1499 --- dlx_rest/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlx_rest/config.py b/dlx_rest/config.py index 1844229e..47c89b84 100644 --- a/dlx_rest/config.py +++ b/dlx_rest/config.py @@ -6,7 +6,7 @@ class Config(object): DEBUG = False TESTING = False - VERSION = "v2.10.12" # Set this in each new milestone/release. + VERSION = "v2.10.13" # Set this in each new milestone/release. bucket = 'undl-files' @@ -88,4 +88,4 @@ class Config(object): if "@" in connect_string: print(f'Loading {environment}: {connect_string.split("@")[-1].split("/")[0]}') else: - print(f'Loading {environment}') \ No newline at end of file + print(f'Loading {environment}')