From 3eac3499176403611683063d65864799060e75d6 Mon Sep 17 00:00:00 2001 From: Felipe Carlos Date: Wed, 10 Aug 2022 18:34:27 -0300 Subject: [PATCH] package: preparing package to release a new version --- CHANGES.rst | 12 +++++++++++- invenio_geographic_identifiers/__init__.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 158cfac..a63a0ce 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,16 @@ Changes ======= +Version 0.2.0 (2022-08-10) +-------------------------- + +- Updated Invenio vocabularies + + - Support for InvenioRDM 9.0; + - Updated ``ZippedCSVReader`` with the new DataStream API features; + - Updated ``GeoNames`` DataStream configuration to support multiple readers. + + Version 0.1.1 (2022-07-19) -------------------------- @@ -20,7 +30,7 @@ Version 0.1.0 (2022-07-17) - DataStreams API - Readers/Writers/Transformers to handle geographic datasets. - + - Supported Identifier schemes (Contrib module) - `Geonames `_ diff --git a/invenio_geographic_identifiers/__init__.py b/invenio_geographic_identifiers/__init__.py index 3b2ff00..bdac6c5 100644 --- a/invenio_geographic_identifiers/__init__.py +++ b/invenio_geographic_identifiers/__init__.py @@ -10,5 +10,5 @@ from .ext import InvenioGeographicIdentifiers -__version__ = "0.1.1" +__version__ = "0.2.0" __all__ = ("__version__", "InvenioGeographicIdentifiers")