Skip to content

Commit

Permalink
Merge branch 'develop' into issues/111
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace authored Jun 19, 2024
2 parents a2b6beb + c271bb5 commit 4e2bd77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def str2bool(v):
GRQ_URL = os.getenv('GRQ_URL', 'http://[GRQ_IP]:8878/api/v0.1') # new from sister
DEFAULT_QUEUE = os.getenv('DEFAULT_QUEUE', 'test-job_worker-large')
LW_QUEUE = os.getenv('LW_QUEUE', 'system-jobs-queue')
HYSDS_LW_VERSION = os.getenv('HYSDS_LW_VERSION', 'v0.0.5')
HYSDS_LW_VERSION = os.getenv('HYSDS_LW_VERSION', 'v1.2.2')
GRQ_REST_URL = os.getenv('GRQ_REST_URL', 'http://[GRQ_IP]/api/v0.1')
S3_CODE_BUCKET = os.getenv('S3_CODE_BUCKET', 's3://[S3_BUCKET_NAME]')
DPS_MACHINE_TOKEN = os.getenv('DPS_MACHINE_TOKEN', '')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "maap-api-nasa"
version = "3.2.0a1"
version = "3.2.0a2"
description = "NASA Python implementation of the MAAP API specification"
authors = ["MAAP-Project Platform <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 4e2bd77

Please sign in to comment.