diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-26 21:27:10 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-26 21:27:10 +0200 |
commit | 4614d6bab26fab5727722bb99e2737d914c8e816 (patch) | |
tree | 1545e6ccef084b535c38ccf17d1e3f54623f96bd | |
parent | a23c2cee4fe5bccabbf30392d670a380ef80b82b (diff) | |
download | refcat-4614d6bab26fab5727722bb99e2737d914c8e816.tar.gz refcat-4614d6bab26fab5727722bb99e2737d914c8e816.zip |
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?)
-rw-r--r-- | skate/packaging/debian/skate/DEBIAN/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 |