From e5580341943a48e67e515abe4251770217f08f15 Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Mon, 7 Mar 2022 10:20:13 +0100 Subject: [PATCH] Release v0.2.3. --- 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 8f02565..3c9ede3 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.2/.secrets.toml + SECRETS_FOR_DYNACONF: /etc/xdg/mobilizon-reshare/0.2.3/.secrets.toml ENV_FOR_DYNACONF: production MOBILIZON_RESHARE_INTERVAL: "*/15 10-18 * * 0-4" volumes: - - ./.secrets.toml:/etc/xdg/mobilizon-reshare/0.2.2/.secrets.toml:ro - - ./mobilizon_reshare.toml:/etc/xdg/mobilizon-reshare/0.2.2/mobilizon_reshare.toml:ro + - ./.secrets.toml:/etc/xdg/mobilizon-reshare/0.2.3/.secrets.toml:ro + - ./mobilizon_reshare.toml:/etc/xdg/mobilizon-reshare/0.2.3/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 f477849..373f8c6 100644 --- a/mobilizon_reshare/VERSION +++ b/mobilizon_reshare/VERSION @@ -1 +1 @@ -0.2.2 \ No newline at end of file +0.2.3 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7b863d0..c816bf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mobilizon-reshare" -version = "0.2.2" +version = "0.2.3" 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"