This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
Releases: edsu/pymarc
Releases · edsu/pymarc
v3.2.0
v3.2.0 includes a new permissive reading mode for MARCReader that will cause the iterator to return None when a record cannot be processed (thanks @petrus-v). It also includes some new Record properties for accessing ISSN information (thanks @herrboyer).
v3.1.8
v3.1.7
v3.1.6
v3.1.5
v3.1.4
v3.1.3
Minor release to include test suite in bundle for @EdwardBetts and folks who want packages (Debian) to include tests.
v3.1.2
v3.1.1
v3.1.0
This release includes two new writer classes JSONWriter
, TextWriter
and XMLWriter
that were contributed by @jimnicholls.