Skip to content

Commit

Permalink
Merge pull request #2242 from cglewis/master
Browse files Browse the repository at this point in the history
release v0.17.9
  • Loading branch information
cglewis authored May 21, 2021
2 parents d12839c + 79f7b74 commit 3ad5bb0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.17.9 (2021-05-21)

* Recut for pypi packages

# v0.17.8 (2021-05-21)

* Same as v0.17.7, but with the correct version number
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.8
0.17.9
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'
services:
rabbit:
restart: always
image: 'iqtlabs/rabbitmq:v0.17.8'
image: 'iqtlabs/rabbitmq:v0.17.9'
ports:
- '127.0.0.1:15672:15672'
- '5672:5672'
Expand All @@ -25,7 +25,7 @@ services:
poseidon:
poseidon_api:
restart: always
image: 'iqtlabs/poseidon-api:v0.17.8'
image: 'iqtlabs/poseidon-api:v0.17.9'
ports:
- '5000:8000'
environment:
Expand All @@ -40,7 +40,7 @@ services:
- poseidon
poseidon:
restart: always
image: 'iqtlabs/poseidon:v0.17.8'
image: 'iqtlabs/poseidon:v0.17.9'
ports:
- '9304:9304'
environment:
Expand All @@ -55,7 +55,7 @@ services:
- rabbit
workers:
restart: always
image: 'iqtlabs/poseidon-workers:v0.17.8'
image: 'iqtlabs/poseidon-workers:v0.17.9'
environment:
PYTHONUNBUFFERED: '1'
KEEPIMAGES: '0'
Expand Down

0 comments on commit 3ad5bb0

Please sign in to comment.