From a7cecc6d98d3f9c6f68f9b25f0bd2fd93243639e Mon Sep 17 00:00:00 2001 From: Ben Bright Date: Mon, 10 Jun 2024 15:52:23 +0000 Subject: [PATCH] Updated plugin tags for TWDHv0.5.5.rc0 --- docker/ckan/plugins/ckan_plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/ckan/plugins/ckan_plugins.json b/docker/ckan/plugins/ckan_plugins.json index 6bb6fb0..d5ed7b7 100644 --- a/docker/ckan/plugins/ckan_plugins.json +++ b/docker/ckan/plugins/ckan_plugins.json @@ -4,7 +4,7 @@ "owner": "TNRIS", "repo": "ckanext-twdh_theme", "tag": "", - "branch": "bb-dev", + "branch": "TWDHv0.5.5.rc0", "cmd": [ "pip install -e .", "pip install -r requirements.txt", @@ -68,7 +68,7 @@ "owner": "TNRIS", "repo": "ckanext-contact", "tag": "", - "branch": "bb-dev", + "branch": "TWDHv0.5.0.rc1", "cmd": ["pip install -r requirements.txt", "python setup.py develop"] }, { @@ -89,7 +89,7 @@ "owner": "TNRIS", "repo": "ckanext-datatablesview_plus", "tag": "", - "branch": "bb-dev-datetime-bug", + "branch": "TWDHv0.5.5.rc0", "cmd": [ "python setup.py install", "pip install botocore==1.27.29",