diff --git a/portality/settings.py b/portality/settings.py index f44c28f9a6..168f20498a 100644 --- a/portality/settings.py +++ b/portality/settings.py @@ -9,7 +9,7 @@ # Application Version information # ~~->API:Feature~~ -DOAJ_VERSION = "6.3.10" +DOAJ_VERSION = "6.3.11" API_VERSION = "3.0.1" ###################################### diff --git a/setup.py b/setup.py index 571b37f957..04a9736d53 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='doaj', - version='6.3.10', + version='6.3.11', packages=find_packages(), install_requires=[ "awscli==1.20.50",