Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptzou committed Sep 15, 2017
1 parent cecc287 commit 5163221
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Prerequisites

We used Docker to provide a standardized environment for running ClinViro. To install the latest version of Docker, please follow the "Get Docker" guideline on the [official website](https://www.docker.com/). The minimum version requirement of Docker for this software is 17.05.

The latest Docker image can be found at [hub.docker.com](https://hub.docker.com/r/hivdb/clinviro/). The current latest version is 0.3.0. If you are following the [next section](#deployment) to deploy ClinViro, you don't have to do anything to download the image manually.
The latest Docker image can be found at [hub.docker.com](https://hub.docker.com/r/hivdb/clinviro/). The current latest version is 0.3.1. If you are following the [next section](#deployment) to deploy ClinViro, you don't have to do anything to download the image manually.

Deployment
----------
Expand Down
2 changes: 1 addition & 1 deletion clinviro-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clinviro-frontend",
"version": "0.3.0",
"version": "0.3.1",
"license": "GPL-3.0",
"dependencies": {
"classnames": "^2.2.5",
Expand Down
4 changes: 2 additions & 2 deletions clinviro/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

from datetime import datetime

VERSION = '0.3.0'
VERSION_DATE = datetime(2017, 8, 1)
VERSION = '0.3.1'
VERSION_DATE = datetime(2017, 9, 15)

0 comments on commit 5163221

Please sign in to comment.