- fix bug where list attributes to set were not checked for empty text items
0.10.2
- fix bug that wiped authorlist if an updated dc object was saved to the DB - fix bug that failed the marc formated display when there is a pubinfo without a country - refactor handle_languages so code can be used outside the dc object - updated lxml dependency
0.10.1
- fixed bug where metadata upload failed if pubinfo was missing the country.
0.10.0
- breaking change! moved notifier to be a Logger global because loggers are global - revised Logger to avoid duplicate logging. Now, every time Logger.setup() is called, at most 3 handlers are set, a StreamHandler, a base_logger, and a ebook-specific logger.
0.9.3
- remove duplicate log handlers when logging to console
0.9.0
- tested with Python 3.7 and 3.8; Python 3.6 no longer supported - added a metadata handle for "created:" fields - turns out we didn't really want to clear the log handlers