Skip to content

Commit

Permalink
Merge pull request #519 from dandi/schema-0.5.2
Browse files Browse the repository at this point in the history
Update to schema 0.5.2
  • Loading branch information
mvandenburgh committed Sep 15, 2021
2 parents cb2f504 + 34ff106 commit 1a8119e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dandiapi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def before_binding(configuration: Type[ComposedConfiguration]):
# This is where the schema version should be set.
# It can optionally be overwritten with the environment variable, but that should only be
# considered a temporary fix.
DANDI_SCHEMA_VERSION = values.Value(default='0.5.1', environ=True)
DANDI_SCHEMA_VERSION = values.Value(default='0.5.2', environ=True)

DANDI_DOI_API_URL = values.URLValue(environ=True)
DANDI_DOI_API_USER = values.Value(environ=True)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
install_requires=[
'celery',
'dandischema>=0.3.2',
'dandischema>=0.3.4',
'django>=3.1.2',
'django-admin-display',
'django-allauth',
Expand Down

0 comments on commit 1a8119e

Please sign in to comment.