From f14227fe99aca71090d11224876323ab7accd799 Mon Sep 17 00:00:00 2001 From: Sibyl Date: Mon, 11 May 2020 16:11:38 -0400 Subject: [PATCH] prep release 1.2.8 --- CHANGES.md | 5 ++++- Dockerrun.aws.json | 2 +- Makefile | 2 +- project.clj | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e7208d15..8ee1dad5 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.2.8] - 2020-05-11 +- Compute counts for variations for strains and avoid returning large number of variations + ## [1.2.7] - 2020-05-01 - Fix for protein widget 500 error when location of motif is not in db - small change for interactions core @@ -32,7 +35,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - release for WS275 - contains protein overview and motif details widget - contains GOTerm page associations widget -- contains gene Homology widet! +- contains gene Homology widet! ## [1.1.0] - 2019-12-19 - release for WS274 diff --git a/Dockerrun.aws.json b/Dockerrun.aws.json index 49d644b7..05fa86d6 100644 --- a/Dockerrun.aws.json +++ b/Dockerrun.aws.json @@ -1,7 +1,7 @@ { "AWSEBDockerrunVersion": 1, "Image": { - "Name": "357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.2.7", + "Name": "357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.2.8", "Update": "true" }, "Ports": [ diff --git a/Makefile b/Makefile index 4d431688..c9b7d9c5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME := wormbase/rest -WORMBASE_REST_VERSION ?= "1.2.7" +WORMBASE_REST_VERSION ?= "1.2.8" EBX_CONFIG := .ebextensions/.config WB_DB_URI ?= $(shell sed -rn 's|value:(.*)|\1|p' \ ${EBX_CONFIG} | tr -d " " | head -n 1) diff --git a/project.clj b/project.clj index 73093565..c547ce91 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject wormbase/rest-api "1.2.7" +(defproject wormbase/rest-api "1.2.8" :description "REST API for retrieving data from datomic on a per widget basis" :url "https://github.com/WormBase/wormbase-rest"