From 5f51d68c820159abac4d5eac254c5d4b00b08654 Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Mon, 4 Apr 2022 11:35:24 +0200 Subject: [PATCH] Release v0.3.0. --- 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 374c590..62fcf3d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,14 +1,14 @@ version: "3.7" services: mobilizon-reshare: - image: fishinthecalculator/mobilizon-reshare:v0.2.3 + image: fishinthecalculator/mobilizon-reshare:v0.3.0 environment: - SECRETS_FOR_DYNACONF: /etc/xdg/mobilizon-reshare/0.2.3/.secrets.toml + SECRETS_FOR_DYNACONF: /etc/xdg/mobilizon-reshare/0.3.0/.secrets.toml ENV_FOR_DYNACONF: production MOBILIZON_RESHARE_INTERVAL: "*/15 10-18 * * 0-4" volumes: - - ./.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 + - ./.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 - ./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 373f8c6..9325c3c 100644 --- a/mobilizon_reshare/VERSION +++ b/mobilizon_reshare/VERSION @@ -1 +1 @@ -0.2.3 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 047e8bc..a4f916d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mobilizon-reshare" -version = "0.2.3" +version = "0.3.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"