From ee270f38d113103d3db95165fc1986204cf78648 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Sat, 21 Dec 2024 09:32:36 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.2.0=20=E2=86=92=204.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docker-compose.opensearch.yml | 2 +- docker-compose.yml | 2 +- pyproject.toml | 2 +- yente/settings.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 48f7a33b..0878ad2a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.2.0 +current_version = 4.2.1 commit = True tag = True diff --git a/docker-compose.opensearch.yml b/docker-compose.opensearch.yml index b7f456c0..766c038e 100644 --- a/docker-compose.opensearch.yml +++ b/docker-compose.opensearch.yml @@ -27,7 +27,7 @@ services: condition: on-failure app: - image: ghcr.io/opensanctions/yente:4.2.0 + image: ghcr.io/opensanctions/yente:4.2.1 depends_on: - index ports: diff --git a/docker-compose.yml b/docker-compose.yml index c48fe24e..726a7906 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,7 +26,7 @@ services: condition: on-failure app: - image: ghcr.io/opensanctions/yente:4.2.0 + image: ghcr.io/opensanctions/yente:4.2.1 depends_on: - index ports: diff --git a/pyproject.toml b/pyproject.toml index 0edef8fd..08c493fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "yente" -version = "4.2.0" +version = "4.2.1" description = "A simple and fast API service for querying FollowTheMoney data, including OpenSanctions." authors = ["OpenSanctions "] license = "MIT" diff --git a/yente/settings.py b/yente/settings.py index 03a3f6e5..79bf0b82 100644 --- a/yente/settings.py +++ b/yente/settings.py @@ -35,7 +35,7 @@ def random_cron() -> str: return f"{random_minute} * * * *" -VERSION = "4.2.0" +VERSION = "4.2.1" AUTHOR = "OpenSanctions" HOME_PAGE = "https://www.opensanctions.org/" EMAIL = "info@opensanctions.org"