From 6aaec572d6b3c5f822886a1d9b6b529c4f0d3500 Mon Sep 17 00:00:00 2001 From: Steve Eardley Date: Wed, 22 Nov 2023 16:56:29 +0000 Subject: [PATCH] Version bump for release --- 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 d537c27f98..6fc003c0e1 100644 --- a/portality/settings.py +++ b/portality/settings.py @@ -9,7 +9,7 @@ # Application Version information # ~~->API:Feature~~ -DOAJ_VERSION = "6.5.0" +DOAJ_VERSION = "6.5.1" API_VERSION = "3.0.1" ###################################### diff --git a/setup.py b/setup.py index ce7e2121e4..ddf508bf53 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='doaj', - version='6.5.0', + version='6.5.1', packages=find_packages(), install_requires=[ "awscli==1.20.50",