Skip to content

Commit

Permalink
Added related_works key for the entity person
Browse files Browse the repository at this point in the history
  • Loading branch information
fedevergara committed Apr 22, 2024
1 parent b040133 commit 3e686af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kahi/KahiBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ def empty_person(self):
"birthplace": {},
"birthdate": -1,
"degrees": [],
"subjects": []
"subjects": [],
"related_works": []
}
return entry

Expand Down
2 changes: 1 addition & 1 deletion kahi/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa
__version__ = '0.0.7-alpha'
__version__ = '0.0.8-alpha'


def get_version():
Expand Down

0 comments on commit 3e686af

Please sign in to comment.