Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Release version 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijskant committed Apr 21, 2021
1 parent 8ad0051 commit e2cb898
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
@@ -1,6 +1,6 @@
FROM python:3.6-slim

ARG TRANSMART_PACKER_VERSION="0.4.4"
ARG TRANSMART_PACKER_VERSION="0.5.0"

ENV PYTHONUNBUFFERED 1
ENV LOG_CFG docker-logging.yaml
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Expand Up @@ -9,7 +9,7 @@ services:
- redis-data:/data

transmart-packer-webapp:
image: thehyve/transmart-packer:${TRANSMART_PACKER_VERSION:-0.4.4}
image: thehyve/transmart-packer:${TRANSMART_PACKER_VERSION:-0.5.0}
command: ['transmart-packer']
ports:
- 8999:8999
Expand All @@ -29,7 +29,7 @@ services:
- ./ssl/certs.pem:/ssl/certs.pem

transmart-packer-worker:
image: thehyve/transmart-packer:${TRANSMART_PACKER_VERSION:-0.4.4}
image: thehyve/transmart-packer:${TRANSMART_PACKER_VERSION:-0.5.0}
command: ['celery', '-A', 'packer.tasks', 'worker', '-c', '4', '--loglevel', 'info']
depends_on:
- redis
Expand Down
2 changes: 1 addition & 1 deletion packer/__version__.py
@@ -1 +1 @@
__version__ = '0.4.4'
__version__ = '0.5.0'

0 comments on commit e2cb898

Please sign in to comment.