Skip to content

Commit

Permalink
Merge branch 'hotfix/2024-12-31_legacy_password_algorithms'
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Eardley committed Dec 31, 2024
2 parents 8cc6bc1 + 2ac3d48 commit b1b62c3
Show file tree
Hide file tree
Showing 2 changed files with 3 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 = "8.0.1"
DOAJ_VERSION = "8.0.2"
API_VERSION = "4.0.0"

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

setup(
name='doaj',
version='8.0.1',
version='8.0.2',
packages=find_packages(),
install_requires=[
"awscli==1.34.25",
Expand All @@ -19,6 +19,7 @@
"jinja2~=3.1.4",
"jsonpath-ng~=1.6",
"flask<3",
"Werkzeug<3.0", # FIXME: we have passwords using plain sha1 that are undecodable after 3.0
"Flask-Cors==5.0.0",
"Flask-DebugToolbar==0.15.1",
"Flask-Login==0.6.3",
Expand Down

0 comments on commit b1b62c3

Please sign in to comment.