Skip to content

Commit

Permalink
Merge tag '2024-11-12_3647ris_3573article_autocheck_3838_nosuchapplic…
Browse files Browse the repository at this point in the history
…ation' into develop

Collected release for:
* Export article RIS #3647
* Autocheck in journal to say whether articles have been uploaded #3573
* Delete application exception fix NoSuchObjectException #3838
  • Loading branch information
Steven-Eardley committed Nov 12, 2024
2 parents 5ea6b51 + cc0f0ab commit 3e0c3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion portality/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Application Version information
# ~~->API:Feature~~

DOAJ_VERSION = "7.0.1"
DOAJ_VERSION = "7.0.2"
API_VERSION = "4.0.0"

######################################
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='doaj',
version='7.0.1',
version='7.0.2',
packages=find_packages(),
install_requires=[
"awscli==1.20.50",
Expand Down

0 comments on commit 3e0c3a8

Please sign in to comment.