Skip to content

Commit

Permalink
Regenerated foliaspec 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Mar 28, 2017
1 parent f011b20 commit 155f362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions formats/folia.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

#foliaspec:version:FOLIAVERSION
#The FoLiA version
FOLIAVERSION = "1.4.0"
FOLIAVERSION = "1.4.1"

LIBVERSION = FOLIAVERSION + '.87' #== FoLiA version + library revision

Expand Down Expand Up @@ -7584,7 +7584,7 @@ def validate(filename,schema=None,deep=False):
#================================= FOLIA SPECIFICATION ==========================================================

#foliaspec:header
#This file was last updated according to the FoLiA specification for version 1.4.0 on 2016-12-09 14:31:07, using foliaspec.py
#This file was last updated according to the FoLiA specification for version 1.4.1 on 2017-03-28 12:25:22, using foliaspec.py
#Code blocks after a foliaspec comment (until the next newline) are automatically generated. **DO NOT EDIT THOSE** and **DO NOT REMOVE ANY FOLIASPEC COMMENTS** !!!

#foliaspec:structurescope:STRUCTURESCOPE
Expand Down Expand Up @@ -8085,7 +8085,7 @@ def validate(filename,schema=None,deep=False):
List.TEXTDELIMITER = "\n\n"
List.XMLTAG = "list"
#------ ListItem -------
ListItem.ACCEPTED_DATA = (AbstractAnnotationLayer, AbstractExtendedTokenAnnotation, Alignment, Alternative, AlternativeLayers, Comment, Correction, Description, Event, Feature, ForeignData, Gap, Label, Linebreak, List, Metric, Note, Part, PhonContent, Reference, Sentence, String, TextContent, Whitespace,)
ListItem.ACCEPTED_DATA = (AbstractAnnotationLayer, AbstractExtendedTokenAnnotation, Alignment, Alternative, AlternativeLayers, Comment, Correction, Description, Event, Feature, ForeignData, Gap, Label, Linebreak, List, Metric, Note, Part, PhonContent, Reference, Sentence, String, TextContent, Whitespace, Word,)
ListItem.LABEL = "List Item"
ListItem.TEXTDELIMITER = "\n"
ListItem.XMLTAG = "item"
Expand Down

0 comments on commit 155f362

Please sign in to comment.