Skip to content

Commit 1d9a541

Browse files
committed
Bump version: 3.1.3 → 3.2.0
1 parent e014fdf commit 1d9a541

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.1.3
2+
current_version = 3.2.0
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.1.3",
9+
version="3.2.0",
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
@@ -14,7 +14,7 @@ def env_str(name: str, default: Optional[str] = None) -> Optional[str]:
1414
return default if value is None else value
1515

1616

17-
VERSION = "3.1.3"
17+
VERSION = "3.2.0"
1818
AUTHOR = "OpenSanctions"
1919
HOME_PAGE = "https://www.opensanctions.org"
2020

0 commit comments

Comments
 (0)