Skip to content

Commit

Permalink
ENH: bump xml schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
deniederhut committed Feb 22, 2020
1 parent 18a438e commit 6682408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions publisher/xreftools.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ def __init__(self, scipy_conf, toc, slides):
location = "{http://www.w3.org/2001/XMLSchema-instance}schemaLocation"
# this thing is the root node of allllll the elements to follow
self.doi_batch = xml.Element('doi_batch',
version="4.4.0",
xmlns="http://www.crossref.org/schema/4.4.0",
attrib={location: "http://www.crossref.org/schema/4.4.0 http://www.crossref.org/schemas/crossref4.4.0.xsd"}
version="4.4.2",
xmlns="http://www.crossref.org/schema/4.4.2",
attrib={location: "http://www.crossref.org/schema/4.4.2 http://www.crossref.org/schemas/crossref4.4.2.xsd"}
)

def make_metadata(self, echo=False):
Expand Down

0 comments on commit 6682408

Please sign in to comment.