Skip to content

Commit

Permalink
preping for release for WS273
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjohnwright committed Oct 24, 2019
1 parent 6e21469 commit aa25e51
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerrun.aws.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit aa25e51

Please sign in to comment.