Skip to content

Commit

Permalink
Merge pull request #78 from cesarbruschetta/add-next-title
Browse files Browse the repository at this point in the history
Add next title e
  • Loading branch information
jamilatta authored Jan 31, 2019
2 parents 52e7c22 + 0cd4075 commit c81be44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions opac_schema/v1/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ class Journal(Document):
social_networks = EmbeddedDocumentListField(SocialNetwork)
title = StringField()
title_iso = StringField()
next_title = StringField()
short_title = StringField()
title_slug = StringField()
created = DateTimeField()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="Opac Schema",
version='2.48',
version='2.49',
description="Schema of SciELO OPAC",
author="SciELO",
author_email="[email protected]",
Expand Down

0 comments on commit c81be44

Please sign in to comment.