From aa25e517fc24d5de9af1aea873f065eb761ac9f7 Mon Sep 17 00:00:00 2001 From: Adam Wright Date: Thu, 24 Oct 2019 18:58:07 +0000 Subject: [PATCH] preping for release for WS273 --- CHANGES.md | 4 ++++ Dockerrun.aws.json | 2 +- Makefile | 2 +- project.clj | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7a5dcac4..07d4b3cb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.0.2] - 2019-10-24 +- release for WS273 +- stop merging annotations for interactions + ## [1.0.1] - 2019-09-29 - release for WS272 diff --git a/Dockerrun.aws.json b/Dockerrun.aws.json index a3187ba2..97a8a1f1 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.0.1", + "Name": "357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.0.2", "Update": "true" }, "Ports": [ diff --git a/Makefile b/Makefile index 25427522..72b1f872 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME := wormbase/rest -WORMBASE_REST_VERSION ?= "1.0.1" +WORMBASE_REST_VERSION ?= "1.0.2" 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 72b0020c..b692dd04 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject wormbase/rest-api "1.0.1" +(defproject wormbase/rest-api "1.0.2" :description "REST API for retrieving data from datomic on a per widget basis" :url "https://github.com/WormBase/wormbase-rest"