From 5afbcd2192d878049e621adae96ab06c8416482c Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Wed, 23 Feb 2022 23:10:38 +0100 Subject: [PATCH] Release v0.2.1. --- docker-compose.yml | 6 +++--- mobilizon_reshare/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 82c1ed8..0918f4c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,12 +3,12 @@ services: mobilizon-reshare: image: fishinthecalculator/mobilizon-reshare:latest environment: - SECRETS_FOR_DYNACONF: /etc/xdg/mobilizon-reshare/0.2.0/.secrets.toml + SECRETS_FOR_DYNACONF: /etc/xdg/mobilizon-reshare/0.2.1/.secrets.toml ENV_FOR_DYNACONF: production MOBILIZON_RESHARE_INTERVAL: "*/15 10-18 * * 0-4" volumes: - - ./.secrets.toml:/etc/xdg/mobilizon-reshare/0.2.0/.secrets.toml:ro - - ./mobilizon_reshare.toml:/etc/xdg/mobilizon-reshare/0.2.0/mobilizon_reshare.toml:ro + - ./.secrets.toml:/etc/xdg/mobilizon-reshare/0.2.1/.secrets.toml:ro + - ./mobilizon_reshare.toml:/etc/xdg/mobilizon-reshare/0.2.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 341cf11..7dff5b8 100644 --- a/mobilizon_reshare/VERSION +++ b/mobilizon_reshare/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.2.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1035bd7..a40ad00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mobilizon-reshare" -version = "0.2.0" +version = "0.2.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"