Skip to content

Commit

Permalink
Merge branch 'release/2025-01-09_application_form_continuation_labels'
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Eardley committed Jan 9, 2025
2 parents d13a663 + a5a191e commit 288f6f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions portality/forms/application_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1897,6 +1897,7 @@ class FieldDefinitions:
"tagentry" # ~~-> TagEntry:FormWidget~~
],
"help": {
"short_help": "Enter the ISSN(s) of the previous title(s) of this journal.",
"render_error_box": False
}
}
Expand All @@ -1919,6 +1920,7 @@ class FieldDefinitions:
}
],
"help": {
"short_help": "Enter the ISSN(s) of the later title(s) that continue this publication.",
"render_error_box": False
},
"widgets": [
Expand Down
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.2"
DOAJ_VERSION = "8.0.3"
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='8.0.2',
version='8.0.3',
packages=find_packages(),
install_requires=[
"awscli==1.34.25",
Expand Down

0 comments on commit 288f6f7

Please sign in to comment.