2.0
This release includes a major refactor of how BibTeXEntry.entry_type is parsed to a more generic approach using a simple strings.
This should allow for a more (all?) BibTeX entries to be parsable now, not just the ones that had its entry type defined.
As this change is not backward compatible, we needed to bump the version number to 2.0.
See this release on PyPI
What's Changed
- Refactor parser to use string
entry_types in #9 - Add unittests for verification.py in #10
- Improve README.md in #11
Full Changelog: 1.1...2.0