From 2d4211371a5523e97aa2c29ed5fea1e210254d88 Mon Sep 17 00:00:00 2001 From: Paulo Nuin Date: Thu, 18 Jul 2024 01:03:32 +0000 Subject: [PATCH] fix for WS293 --- CHANGES.md | 3 +++ Makefile | 2 +- docker-compose.yml | 2 +- project.clj | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b1b61e6b..ca9a9f56 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.5.7b] - 2024-03-22 +- fix release for WS293 + ## [1.5.7] - 2024-03-22 - initial release for WS293 diff --git a/Makefile b/Makefile index 8d01512e..11ff5b88 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME := wormbase/rest -WORMBASE_REST_VERSION ?= "1.5.7" +WORMBASE_REST_VERSION ?= "1.5.7b" EBX_CONFIG := .ebextensions/.config WB_DB_URI ?= $(shell sed -rn 's|value:(.*)|\1|p' \ ${EBX_CONFIG} | tr -d " " | head -n 1) diff --git a/docker-compose.yml b/docker-compose.yml index e4ba1c17..a3650c0f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: wormbase_api: - image: 357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.5.7 + image: 357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.5.7b ports: - "80:3000" environment: diff --git a/project.clj b/project.clj index be4f66fb..825a2f93 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject wormbase/rest-api "1.5.7" +(defproject wormbase/rest-api "1.5.7b" :description "REST API for retrieving data from datomic on a per widget basis" :url "https://github.com/WormBase/wormbase-rest"