From cf0f9b1c3c42a33d5c048e4e54615912a6935bd4 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Fri, 29 May 2020 07:37:36 -0700 Subject: [PATCH] bump version, update changelog --- Changelog.rst | 4 ++++ habanero/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"