Skip to content

Commit 0fc4f95

Browse files
committed
minro erro in teiHeader tagsdecl
1 parent 936565e commit 0fc4f95

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

freud_api_crawler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Peter Andorfer"""
44
__email__ = '[email protected]'
5-
__version__ = '2.0.4'
5+
__version__ = '2.0.5'

freud_api_crawler/templates/tei.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@
441441
</sourceDesc>
442442
</fileDesc>
443443
<encodingDesc>
444-
<tagsDecsl>
444+
<tagsDecl>
445445
<rendition xml:id="smallcaps" scheme="css" selector="hi">font-variant:small-caps;letter-spacing:8px;</rendition>
446446
<rendition xml:id="em" scheme="css" selector="hi">font-style:italic;</rendition>
447447
<rendition xml:id="bold" scheme="css" selector="hi">font-weight:bold;</rendition>
@@ -450,7 +450,7 @@
450450
<rendition xml:id="marginalie_place" selector="p">TBA</rendition>
451451
<rendition xml:id="title" selector="p[@class='title']">Haupttitle des Dokuments</rendition>
452452
<rendition xml:id="h1" selector="p[@class='h1']">Titel eines Paragraphen</rendition>
453-
</tagsDecsl>
453+
</tagsDecl>
454454
</encodingDesc>
455455
<profileDesc>
456456
<langUsage>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
test_suite='tests',
7373
tests_require=test_requirements,
7474
url='https://github.com/acdh-oeaw/freud_api_crawler',
75-
version='2.0.4',
75+
version='2.0.5',
7676
zip_safe=False,
7777
)

0 commit comments

Comments
 (0)