Skip to content

Commit

Permalink
package: preparing package to release a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
M3nin0 committed Aug 10, 2022
1 parent ca57fcc commit 3eac349
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 3eac349

Please sign in to comment.