Skip to content

Commit

Permalink
Bump version: 3.9.7 → 3.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Dec 19, 2020
1 parent 5c8b22d commit fb481ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.9.7
current_version = 3.9.8
tag_name = {new_version}
commit = True
tag = True
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- aleph.env

worker:
image: alephdata/aleph:${ALEPH_TAG:-3.9.7}
image: alephdata/aleph:${ALEPH_TAG:-3.9.8}
command: aleph worker
restart: on-failure
depends_on:
Expand All @@ -62,7 +62,7 @@ services:
- aleph.env

shell:
image: alephdata/aleph:${ALEPH_TAG:-3.9.7}
image: alephdata/aleph:${ALEPH_TAG:-3.9.8}
command: /bin/bash
depends_on:
- postgres
Expand All @@ -80,7 +80,7 @@ services:
- aleph.env

api:
image: alephdata/aleph:${ALEPH_TAG:-3.9.7}
image: alephdata/aleph:${ALEPH_TAG:-3.9.8}
command: gunicorn -w 6 -b 0.0.0.0:8000 --log-level debug --log-file - aleph.wsgi:app
expose:
- 8000
Expand All @@ -98,7 +98,7 @@ services:
- aleph.env

ui:
image: alephdata/aleph-ui-production:${ALEPH_TAG:-3.9.7}
image: alephdata/aleph-ui-production:${ALEPH_TAG:-3.9.8}
depends_on:
- api
ports:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="aleph",
version="3.9.7",
version="3.9.8",
description="Document sifting web frontend",
long_description="",
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aleph-ui",
"version": "3.9.7",
"version": "3.9.8",
"private": true,
"dependencies": {
"@alephdata/followthemoney": "2.1.15",
Expand Down

0 comments on commit fb481ec

Please sign in to comment.