From 7f3ce9a55ac0d9d91e6796bbe7a6c00f11666257 Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Tue, 19 Apr 2022 21:53:02 +0200 Subject: [PATCH] Release v0.3.1. --- docker-compose.yml | 8 ++++---- mobilizon_reshare/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 62fcf3d..ace12dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,14 +1,14 @@ version: "3.7" services: mobilizon-reshare: - image: fishinthecalculator/mobilizon-reshare:v0.3.0 + image: fishinthecalculator/mobilizon-reshare:v0.3.1 environment: - SECRETS_FOR_DYNACONF: /etc/xdg/mobilizon-reshare/0.3.0/.secrets.toml + SECRETS_FOR_DYNACONF: /etc/xdg/mobilizon-reshare/0.3.1/.secrets.toml ENV_FOR_DYNACONF: production MOBILIZON_RESHARE_INTERVAL: "*/15 10-18 * * 0-4" volumes: - - ./.secrets.toml:/etc/xdg/mobilizon-reshare/0.3.0/.secrets.toml:ro - - ./mobilizon_reshare.toml:/etc/xdg/mobilizon-reshare/0.3.0/mobilizon_reshare.toml:ro + - ./.secrets.toml:/etc/xdg/mobilizon-reshare/0.3.1/.secrets.toml:ro + - ./mobilizon_reshare.toml:/etc/xdg/mobilizon-reshare/0.3.1/mobilizon_reshare.toml:ro - ./var:/var/lib/mobilizon-reshare - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro diff --git a/mobilizon_reshare/VERSION b/mobilizon_reshare/VERSION index 9325c3c..a2268e2 100644 --- a/mobilizon_reshare/VERSION +++ b/mobilizon_reshare/VERSION @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.3.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a4f916d..32485d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mobilizon-reshare" -version = "0.3.0" +version = "0.3.1" description = "A suite to reshare Mobilizon events on a broad selection of platforms" readme = "README.md" homepage = "https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare"