Skip to content

Commit

Permalink
Release 2023.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Sep 19, 2023
1 parent 444503c commit a06bb05
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ Changelog
#########


---------------------
2023.9.1 - 2023-09-19
---------------------

* packaging

* require `pydantic>=2.0.0` (#591)
* require `pydantic_basesettings` (#592)

* core

* add `MPath.without_protocol()` and `MPath.with_protocol()` methods (#587)
* let `MPath.ls()` return full S3 paths (#587, fixes #583)
* add `mapchete.io.profiles` for rasterio profiles (#588, fixes #584)
* support `pydantic>=2.0.0` (#591)
* use `pydantic_basesettings` to combine environment variables with default values for `mapchete.io.settings` (#592)


---------------------
2023.9.0 - 2023-09-05
---------------------
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"SkippedFuture",
"Job",
]
__version__ = "2023.9.0"
__version__ = "2023.9.1"

logger = logging.getLogger(__name__)
logger.addHandler(logging.NullHandler())

0 comments on commit a06bb05

Please sign in to comment.