Skip to content

Commit

Permalink
Version bump for release 2 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
houli authored Apr 9, 2017
1 parent 7b8312c commit a6cf89d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maximum convenience - click-able links for example*
This file contains instructions on how to install and run the project, as well
as an overview of the project's design. The target platform is Ubuntu 16.04.

At the time of writing the current release is `1.3`
At the time of writing the current release is `2.0`

## Installing Dependencies

Expand Down
4 changes: 2 additions & 2 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [Unreleased]
## [2.0] 2017-04-09

### Added
- Added tool to generate mock DDI data, for both badness and agonism
Expand Down Expand Up @@ -163,7 +163,7 @@ All notable changes to this project will be documented in this file.
docker service: pathways.
- Installation instructions in README

[Unreleased]: https://github.com/tom-and-the-toothfairies/pathways/compare/1.3...release-2
[2.0]: https://github.com/tom-and-the-toothfairies/pathways/compare/1.3...2.0
[1.3]: https://github.com/tom-and-the-toothfairies/pathways/compare/1.2...1.3
[1.2]: https://github.com/tom-and-the-toothfairies/pathways/compare/1.1...1.2
[1.1]: https://github.com/tom-and-the-toothfairies/pathways/compare/1.0...1.1
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ version: '2'

services:
asclepius:
image: tomtoothfairies/asclepius:1.3
image: tomtoothfairies/asclepius:2.0
depends_on:
- chiron

panacea:
depends_on:
- asclepius
image: tomtoothfairies/panacea:1.3
image: tomtoothfairies/panacea:2.0

chiron:
image: tomtoothfairies/chiron:1.3
image: tomtoothfairies/chiron:2.0

selenium:
image: selenium/standalone-firefox:latest
Expand All @@ -21,4 +21,4 @@ services:
depends_on:
- selenium
- panacea
image: tomtoothfairies/athloi:1.3
image: tomtoothfairies/athloi:2.0
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ services:
asclepius:
depends_on:
- chiron
image: tomtoothfairies/asclepius:1.3
image: tomtoothfairies/asclepius:2.0

panacea:
depends_on:
- asclepius
image: tomtoothfairies/panacea:1.3
image: tomtoothfairies/panacea:2.0
ports:
- '4000:4000'

chiron:
image: tomtoothfairies/chiron:1.3
image: tomtoothfairies/chiron:2.0

0 comments on commit a6cf89d

Please sign in to comment.