From e96ee55b48816700c6acc3d1bc0220245f177db9 Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Mon, 14 Feb 2022 21:12:31 +0100 Subject: [PATCH] Release v0.2.0. --- 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 63d5ec9..3a60619 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.1.0/.secrets.toml + SECRETS_FOR_DYNACONF: /etc/xdg/mobilizon-reshare/0.2.0/.secrets.toml ENV_FOR_DYNACONF: production MOBILIZON_RESHARE_INTERVAL: "*/15 10-18 * * 1-5" volumes: - - ./.secrets.toml:/etc/xdg/mobilizon-reshare/0.1.0/.secrets.toml:ro - - ./mobilizon_reshare.toml:/etc/xdg/mobilizon-reshare/0.1.0/mobilizon_reshare.toml:ro + - ./.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 - ./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 6c6aa7c..341cf11 100644 --- a/mobilizon_reshare/VERSION +++ b/mobilizon_reshare/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 9d2b647..77cb285 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mobilizon-reshare" -version = "0.1.0" +version = "0.2.0" 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"