Skip to content

Commit d449eee

Browse files
authored
Merge pull request #762 from alephdata/release/4.1.4
Release/4.1.4
2 parents 5a37d29 + dfdfa7e commit d449eee

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.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.1.3
2+
current_version = 4.1.4
33
tag_name = {new_version}
44
commit = True
55
tag = True

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-bookworm
1+
FROM python:3.10-bookworm
22
ENV DEBIAN_FRONTEND noninteractive
33

44
LABEL org.opencontainers.image.title "FollowTheMoney File Ingestors"

ingestors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import logging
44

5-
__version__ = "4.1.3"
5+
__version__ = "4.1.4"
66

77
logging.getLogger("chardet").setLevel(logging.INFO)
88
logging.getLogger("PIL").setLevel(logging.INFO)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ normality==2.5.0
33
pantomime==0.6.1
44
followthemoney==3.5.9
55
followthemoney-store[postgresql]==3.1.0
6-
servicelayer[google,amazon]==1.25.0
6+
servicelayer[google,amazon]==1.25.2
77
languagecodes==1.1.1
88
countrytagger==0.1.2
99
pyicu==2.15

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="ingest",
8-
version="4.1.3",
8+
version="4.1.4",
99
author="Organized Crime and Corruption Reporting Project",
1010
packages=find_packages(exclude=["tests"]),
1111
package_dir={"ingestors": "ingestors"},

0 commit comments

Comments
 (0)