Skip to content

Commit

Permalink
Merge pull request #9 from M3nin0/feature/invenio-rdm-9
Browse files Browse the repository at this point in the history
package: preparing package to release a new version
  • Loading branch information
M3nin0 authored Aug 10, 2022
2 parents f2371b3 + 3eac349 commit a71e042
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
--------------------------

Expand All @@ -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 <https://www.geonames.org/>`_
Expand Down
2 changes: 1 addition & 1 deletion invenio_geographic_identifiers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

from .ext import InvenioGeographicIdentifiers

__version__ = "0.1.1"
__version__ = "0.2.0"
__all__ = ("__version__", "InvenioGeographicIdentifiers")

0 comments on commit a71e042

Please sign in to comment.