Skip to content

Commit

Permalink
Update config.py (#1500)
Browse files Browse the repository at this point in the history
Fixes #1499
  • Loading branch information
aaronhelton authored Jul 31, 2024
1 parent 8d50d7d commit 4b0a295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dlx_rest/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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}')
print(f'Loading {environment}')

0 comments on commit 4b0a295

Please sign in to comment.