Skip to content

Commit ad1ab8c

Browse files
committed
Bump version: 4.0.0 → 4.1.0
1 parent beff2f4 commit ad1ab8c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.0.0
2+
current_version = 4.1.0
33
commit = True
44
tag = True
55

Diff for: docker-compose.opensearch.yml

+1-1
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.0.0
30+
image: ghcr.io/opensanctions/yente:4.1.0
3131
depends_on:
3232
- index
3333
ports:

Diff for: docker-compose.yml

+1-1
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.0.0
29+
image: ghcr.io/opensanctions/yente:4.1.0
3030
depends_on:
3131
- index
3232
ports:

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="yente",
9-
version="4.0.0",
9+
version="4.1.0",
1010
url="https://opensanctions.org/docs/api/",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",

Diff for: yente/settings.py

+1-1
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.0.0"
38+
VERSION = "4.1.0"
3939
AUTHOR = "OpenSanctions"
4040
HOME_PAGE = "https://www.opensanctions.org/"
4141

0 commit comments

Comments
 (0)