Skip to content

Commit

Permalink
Merge pull request #13 from ungarj/release_2021.11.0
Browse files Browse the repository at this point in the history
release 2021.11.0
  • Loading branch information
ungarj committed Nov 3, 2021
2 parents ec6bb62 + f1bf8b4 commit bf0b6b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
#########

----------------------
2021.11.0 - 2021.11.03
----------------------

* core

* add S3 read/write support for NetCDF
* add ``mapchete_xarray.processes.convert_to_xarray`` process

* tests

* use ``mapchete.testing``

----------------------
2021.10.0 - 2021.10.25
Expand Down
2 changes: 1 addition & 1 deletion mapchete_xarray/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from mapchete_xarray._xarray import InputTile, METADATA, OutputDataWriter, OutputDataReader

__all__ = ["InputTile", "METADATA", "OutputDataWriter", "OutputDataReader"]
__version__ = "2021.10.0"
__version__ = "2021.11.0"

0 comments on commit bf0b6b3

Please sign in to comment.