Skip to content

Commit

Permalink
Release 2023.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Jun 6, 2023
1 parent a7a7816 commit a9cc194
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog
#########

---------------------
2023.6.1 - 2023-06-06
---------------------

* core

* only try to generate endpoint URL for rio/fio Sessions if a custom endpoint URL was provided in the first place (#541)

* testing

* add tests for AWS S3 raster file (#541)
* better catch pytest fixture errors if docker-compose is not running or AWS credentials are not set (#541)


---------------------
2023.6.0 - 2023-06-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.6.0"
__version__ = "2023.6.1"

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

0 comments on commit a9cc194

Please sign in to comment.