From 4fcd326468fe2de9652fb6d1d4e501d6be7daf30 Mon Sep 17 00:00:00 2001 From: Aga Date: Mon, 13 Nov 2023 11:52:35 +0000 Subject: [PATCH 1/2] add blank target to contact button --- portality/templates/application_form/_contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portality/templates/application_form/_contact.html b/portality/templates/application_form/_contact.html index b312055c22..b1140a6e87 100644 --- a/portality/templates/application_form/_contact.html +++ b/portality/templates/application_form/_contact.html @@ -6,7 +6,7 @@ {% else %} {% endif %} From 30af27ed77efadfa95a5e1487efc027c720eeac7 Mon Sep 17 00:00:00 2001 From: Steve Eardley Date: Mon, 13 Nov 2023 16:14:53 +0000 Subject: [PATCH 2/2] Version bump for mail button UI change --- portality/settings.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/portality/settings.py b/portality/settings.py index 48149cc5ef..df3b31fc57 100644 --- a/portality/settings.py +++ b/portality/settings.py @@ -9,7 +9,7 @@ # Application Version information # ~~->API:Feature~~ -DOAJ_VERSION = "6.4.6" +DOAJ_VERSION = "6.4.7" API_VERSION = "3.0.1" ###################################### diff --git a/setup.py b/setup.py index 8de500d659..49da5a8c38 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='doaj', - version='6.4.6', + version='6.4.7', packages=find_packages(), install_requires=[ "awscli==1.20.50",