From e3e00b9f344702770018754af8efbce5cc49114a Mon Sep 17 00:00:00 2001 From: Steven Eardley Date: Fri, 20 Dec 2024 11:53:56 +0000 Subject: [PATCH] version bump for py3.10 release --- portality/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portality/settings.py b/portality/settings.py index 69619ff1e..b07037aeb 100644 --- a/portality/settings.py +++ b/portality/settings.py @@ -9,7 +9,7 @@ # Application Version information # ~~->API:Feature~~ -DOAJ_VERSION = "7.0.4" +DOAJ_VERSION = "8.0.0" API_VERSION = "4.0.0" ######################################