From 54204372c88e6bfcc23967e0aa0f0d637b82606e Mon Sep 17 00:00:00 2001 From: Adam Wright Date: Thu, 16 May 2019 17:51:54 +0000 Subject: [PATCH] prepping for minor release --- CHANGES.md | 3 +++ Dockerrun.aws.json | 2 +- Makefile | 2 +- project.clj | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 49e0dbb8..1eea6e9b 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/). +## [0.9.4] - 2018-05-16 +- fixed minor issues with #6437 and #7112 + ## [0.9.3] - 2019-05-15 - Adding logic for when there is not enough room for 2000 bp padding on either side diff --git a/Dockerrun.aws.json b/Dockerrun.aws.json index d9c643e3..fc811174 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:0.9.3", + "Name": "357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:0.9.4", "Update": "true" }, "Ports": [ diff --git a/Makefile b/Makefile index f2a79618..9dd0072a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME := wormbase/rest -VERSION ?= "0.9.3" +VERSION ?= "0.9.4" 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 2e1f02d2..11c966cf 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject wormbase/rest-api "0.9.3" +(defproject wormbase/rest-api "0.9.4" :description "REST API for retrieving data from datomic on a per widget basis" :url "https://github.com/WormBase/wormbase-rest"