From 4614d6bab26fab5727722bb99e2737d914c8e816 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 26 Jul 2021 21:27:10 +0200 Subject: v0.2.0 lots of tweaks * normalize (eg, lower-case) DOIs in all (or at least most?) situations, especially for equality comparisons * don't try to parse DOI from ref_key (which may contain a source DOI, but not a target DOI) * switch to using date-parts for year in target_csl output * switch from author.name to author.raw_name in target_csl output (neither are standard; raw_name indicates this better) * pass through match_provenance in unmatched case * in target_csl output, don't always include issued and accessed dates as * empty objects (could save significant ES index disk space?) --- skate/packaging/debian/skate/DEBIAN/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skate') diff --git a/skate/packaging/debian/skate/DEBIAN/control b/skate/packaging/debian/skate/DEBIAN/control index 02f7797..325ef65 100644 --- a/skate/packaging/debian/skate/DEBIAN/control +++ b/skate/packaging/debian/skate/DEBIAN/control @@ -1,5 +1,5 @@ Package: skate -Version: 0.1.40 +Version: 0.2.0 Section: utils Priority: optional Architecture: amd64 -- cgit v1.2.3