diff --git a/Changelog.rst b/Changelog.rst index 4de55d1..1537b28 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -1,6 +1,10 @@ Changelog ========= +0.7.4 (2020-05-29) +-------------------- +* `query.title` filter is deprecated, use `query.bibliographic` instead (#85) + 0.7.2 (2019-12-12) -------------------- * `Crossref()` class gains `ua_string` option to add an additional string to the user-agent sent with every request (#84) diff --git a/habanero/__init__.py b/habanero/__init__.py index 2307e6c..2bbd980 100644 --- a/habanero/__init__.py +++ b/habanero/__init__.py @@ -39,7 +39,7 @@ """ __title__ = "habanero" -__version__ = "0.7.2.1" +__version__ = "0.7.4" __author__ = "Scott Chamberlain" __license__ = "MIT"