From 38b758e043eef8a48eba7f1e5bf385d91b375e5e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 28 Oct 2021 13:38:40 -0700 Subject: bump version to v0.1.2 --- CHANGELOG.md | 10 +++++++++- grobid_tei_xml/__init__.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd5d156..4669202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ # CHANGELOG +## [0.1.2] - 2021-10-28 + +### Added + +- explicit `parse_citation_xml()` and `parse_citation_list_xml()` methods, + which return Optional or always return a list. `parse_citations_xml()` is + retained as an alias of `parse_citation_list_xml()` + ## [0.1.1] - 2021-10-27 ### Fixed -- small `setup.py` +- `setup.py` fixes - add `py.typed` file to pypi package so that mypy will detect annotations ## [0.1.0] - 2021-10-25 diff --git a/grobid_tei_xml/__init__.py b/grobid_tei_xml/__init__.py index 87e9363..4658a0d 100644 --- a/grobid_tei_xml/__init__.py +++ b/grobid_tei_xml/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" from .parse import ( parse_citation_list_xml, -- cgit v1.2.3