Skip to content

Commit 20aee5a

Browse files
committed
Bump version: 3.8.0 → 3.8.1
1 parent 105573c commit 20aee5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 3.8.0
2+
current_version = 3.8.1
33
commit = True
44
tag = True
55

setup.py

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

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

yente/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def env_str(name: str, default: str) -> str:
1919
return default if value is None else value
2020

2121

22-
VERSION = "3.8.0"
22+
VERSION = "3.8.1"
2323
AUTHOR = "OpenSanctions"
2424
HOME_PAGE = "https://www.opensanctions.org"
2525

0 commit comments

Comments
 (0)