From 9828626397e64fbf8ee5d963163f7f0385a73c73 Mon Sep 17 00:00:00 2001 From: Lars Holm Nielsen Date: Fri, 17 Aug 2018 13:01:38 +0200 Subject: [PATCH] release: v1.1.0 --- .lgtm | 3 --- CHANGES.rst | 6 ++++++ LICENSE | 3 ++- README.rst | 2 +- RELEASE-NOTES.rst | 38 -------------------------------------- idutils/version.py | 2 +- 6 files changed, 10 insertions(+), 44 deletions(-) delete mode 100644 .lgtm delete mode 100644 RELEASE-NOTES.rst diff --git a/.lgtm b/.lgtm deleted file mode 100644 index 3990e4d..0000000 --- a/.lgtm +++ /dev/null @@ -1,3 +0,0 @@ -approvals = 1 -pattern = "(?i)LGTM" -self_approval_off = true diff --git a/CHANGES.rst b/CHANGES.rst index 376753b..d0a8a44 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,12 @@ Changes ======= +Version 1.1.0 (2018-08-17) + +- Adds support for genomic identifiers: SRA, BioProject, BioSample, Ensembl, + UniProt, RefSeq, GenBank/RefSeq. +- Fixes bug in bibcode detection for non-capitalized journals. + Version 1.0.1 (2018-05-02) - Fixes bug causing invalid DOIs to be accepted. diff --git a/LICENSE b/LICENSE index b0e3357..1dc5edc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,8 @@ IDUtils is free software; you can redistribute it and/or modify it under the terms of the Revised BSD License quoted below. -Copyright (C) 2015, 2016 CERN. +Copyright (C) 2015-2018 CERN. +Copyright (C) 2018 Alan Rubin. All rights reserved. diff --git a/README.rst b/README.rst index 6f2f1ee..0ac4dbb 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ Features - Generation of resolving links for persistent identifiers. - Supported schemes: ISBN10, ISBN13, ISSN, ISTC, DOI, Handle, EAN8, EAN13, ISNI ORCID, ARK, PURL, LSID, URN, Bibcode, arXiv, PubMed ID, PubMed Central ID, - GND. + GND, SRA, BioProject, BioSample, Ensembl, UniProt, RefSeq, GenBank/RefSeq. Installation ============ diff --git a/RELEASE-NOTES.rst b/RELEASE-NOTES.rst deleted file mode 100644 index d83f8c8..0000000 --- a/RELEASE-NOTES.rst +++ /dev/null @@ -1,38 +0,0 @@ -============================ - IDUtils v1.0.1 is released -============================ - -IDUtils v1.0.1 was released on 2018-05-02 - -About ------ - -Small library for persistent identifiers used in scholarly communication. - -Improved features ------------------ - -- Fixes bug causing invalid DOIs to be accepted. - -Installation ------------- - - $ pip install idutils==1.0.1 - -Documentation -------------- - - http://idutils.readthedocs.io/en/v1.0.1 - -Homepage --------- - - https://github.com/inveniosoftware/idutils - -Good luck and thanks for choosing IDUtils. - -| Invenio Development Team -| Email: info@inveniosoftware.org -| Twitter: http://twitter.com/inveniosoftware -| GitHub: http://github.com/inveniosoftware -| URL: http://inveniosoftware.org diff --git a/idutils/version.py b/idutils/version.py index 726e4f5..20a562c 100644 --- a/idutils/version.py +++ b/idutils/version.py @@ -19,4 +19,4 @@ from __future__ import absolute_import, print_function -__version__ = "1.0.1" +__version__ = "1.1.0"