diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4132a69d..f54a7880 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.8.9 +current_version = 3.8.10 commit = True tag = True diff --git a/setup.py b/setup.py index 338bbd5f..6cddd977 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="yente", - version="3.8.9", + version="3.8.10", url="https://opensanctions.org/docs/api/", long_description=long_description, long_description_content_type="text/markdown", diff --git a/yente/settings.py b/yente/settings.py index 704f9ca7..341db32a 100644 --- a/yente/settings.py +++ b/yente/settings.py @@ -26,7 +26,7 @@ def random_cron() -> str: return f"{random_minute} */2 * * *" -VERSION = "3.8.9" +VERSION = "3.8.10" AUTHOR = "OpenSanctions" HOME_PAGE = "https://www.opensanctions.org" EMAIL = "info@opensanctions.org"