Skip to content

Commit 2aa4e44

Browse files
committed
Bump version: 4.3.0 → 4.3.1
1 parent fbfff8d commit 2aa4e44

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.3.0
2+
current_version = 4.3.1
33
commit = True
44
tag = True
55

docker-compose.opensearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
condition: on-failure
2828

2929
app:
30-
image: ghcr.io/opensanctions/yente:4.3.0
30+
image: ghcr.io/opensanctions/yente:4.3.1
3131
depends_on:
3232
- index
3333
ports:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
condition: on-failure
2727

2828
app:
29-
image: ghcr.io/opensanctions/yente:4.3.0
29+
image: ghcr.io/opensanctions/yente:4.3.1
3030
depends_on:
3131
- index
3232
ports:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "yente"
7-
version = "4.3.0"
7+
version = "4.3.1"
88
description = "A simple and fast API service for querying FollowTheMoney data, including OpenSanctions."
99
authors = [{ name = "OpenSanctions", email = "info@opensanctions.org" }]
1010
license = { file = "LICENSE" }

yente/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def random_cron() -> str:
3535
return f"{random_minute} * * * *"
3636

3737

38-
VERSION = "4.3.0"
38+
VERSION = "4.3.1"
3939
AUTHOR = "OpenSanctions"
4040
HOME_PAGE = "https://www.opensanctions.org/"
4141
EMAIL = "info@opensanctions.org"

0 commit comments

Comments
 (0)